threads

@get:JvmName(name = "getThreads")
@set:JvmName(name = "setThreads")
var threads: Boolean
Whether to allow thread control for the guest; the guest will be able to launch OS-native threads if this flag is
activated. In most secure operating modes this flag defaults to being off.

bool threads = 13;