Instance Propertynmggithub.kass 3.2.4MachCore
rawValue
The raw value of the flavor.
let rawValue: thread_flavor_t
The raw value of the flavor.
let rawValue: thread_flavor_t
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadInfoFlavor
A flavor of thread info.
struct Mach
The Mach kernel.
init(rawValue: thread_flavor_t)
Represents a raw thread info flavor.
static let basic: Mach.ThreadInfoFlavor
Basic information about the thread.
static let extended: Mach.ThreadInfoFlavor
Extended information about the thread.
static let identifier: Mach.ThreadInfoFlavor
Identifying information about the thread.
static let roundRobin: Mach.ThreadInfoFlavor
The thread’s round robin policy info.
static let timeshare: Mach.ThreadInfoFlavor
The thread’s timesharing policy info.