Static Propertynmggithub.kass 3.2.4MachCore
toSelf
Converts the state to the current thread.
static let toSelf: Mach.ThreadStateConvertDirection
Converts the state to the current thread.
static let toSelf: Mach.ThreadStateConvertDirection
s8MachCore0A0V27ThreadStateConvertDirectionV6toSelfAEvpZ
What are these?22UTS
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadStateConvertDirection
A direction for converting thread states.
struct Mach
The Mach kernel.
init(rawValue: Int32)
Represents a raw direction value.
static let fromSelf: Mach.ThreadStateConvertDirection
Converts the state from the current thread.
let rawValue: Int32
The raw value of the direction.