Static Propertynmggithub.kass 3.2.4MachCore
precedence
A thread’s precedence policy.
static let precedence: Mach.ThreadPolicyFlavor
A thread’s precedence policy.
static let precedence: Mach.ThreadPolicyFlavor
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadPolicyFlavor
A flavor of thread policy.
struct Mach
The Mach kernel.
static let extended: Mach.ThreadPolicyFlavor
A thread’s extended policy.
static let timeConstraint: Mach.ThreadPolicyFlavor
A thread’s time constraint policy.
static let affinity: Mach.ThreadPolicyFlavor
A thread’s affinity policy.
static let latencyQoS: Mach.ThreadPolicyFlavor
A thread’s latency QoS policy.
static let throughputQoS: Mach.ThreadPolicyFlavor
A thread’s throughput QoS policy.
init(rawValue: thread_policy_flavor_t)
Represents a raw flavor of thread policy.
static let qos: Mach.ThreadPolicyFlavor
A thread’s QoS policy.
static let requestedState: Mach.ThreadPolicyFlavor
A thread’s requested QoS policy.
static let state: Mach.ThreadPolicyFlavor
A thread’s policy state.
static let timeConstraintWithPriority: Mach.ThreadPolicyFlavor
A thread’s time constraint policy (with a priority field).
let rawValue: thread_policy_flavor_t
The raw value of the flavor.