Instance Propertynmggithub.kass 3.2.4MachCore
rawValue
Thread.swift:49let rawValue: Int32
let rawValue: Int32
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadSwitchOption
A thread switching option.
struct Mach
The Mach kernel.
@frozen struct Int32
A 32-bit signed integer value type.
init(rawValue: Int32)
static let depress: Mach.ThreadSwitchOption
static let dispatchContention: Mach.ThreadSwitchOption
static let none: Mach.ThreadSwitchOption
static let oslockDepress: Mach.ThreadSwitchOption
static let oslockWait: Mach.ThreadSwitchOption
static let wait: Mach.ThreadSwitchOption