ThreadInfoFlavor
A flavor of thread info.
struct ThreadInfoFlavor
Using Raw Flavor Values
let rawValue: thread_flavor_t
The raw value of the flavor.
init(rawValue: thread_flavor_t
) Represents a raw thread info flavor.
Flavors
static let basic: Mach.ThreadInfoFlavor
Basic information about the thread.
static let identifier: Mach.ThreadInfoFlavor
Identifying information about the thread.
static let extended: Mach.ThreadInfoFlavor
Extended information about the thread.
static let timeshare: Mach.ThreadInfoFlavor
The thread’s timesharing policy info.
static let roundRobin: Mach.ThreadInfoFlavor
The thread’s round robin policy info.