Initializernmggithub.kass 3.2.4MachCore
init(rawValue:)
ThreadState.swift:14init(rawValue: thread_state_flavor_t)
init(rawValue: thread_state_flavor_t)
s8MachCore0A0V17ThreadStateFlavorV8rawValueAEs5Int32V_tcfc
What are these?7C2GW
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadStateFlavor
A flavor of thread state.
struct Mach
The Mach kernel.
let rawValue: thread_state_flavor_t
static let arm32: Mach.ThreadStateFlavor
ARM state (32-bit).
static let arm64: Mach.ThreadStateFlavor
ARM state (64-bit).
static let armDebug32: Mach.ThreadStateFlavor
ARM debug state (32-bit).
static let armDebug64: Mach.ThreadStateFlavor
ARM debug state (64-bit).
static let armDebugLegacy: Mach.ThreadStateFlavor
ARM debug state (32-bit, pre-Armv8).
static let armException32: Mach.ThreadStateFlavor
ARM exception state (32-bit).
static let armException64: Mach.ThreadStateFlavor
ARM exception state (64-bit).
static let armNEONState32: Mach.ThreadStateFlavor
static let armNEONState64: Mach.ThreadStateFlavor
static let armPageIn: Mach.ThreadStateFlavor
ARM page-in state.
static let armVFP: Mach.ThreadStateFlavor
ARM VFP state.
static let none: Mach.ThreadStateFlavor
Clears the default state when used with setDefaultThreadState(_:to:)
.