Static Propertynmggithub.kass 3.2.4MachCore
pthreadPriority
Voucher.swift:48static let pthreadPriority: Mach.VoucherAttributeKey
static let pthreadPriority: Mach.VoucherAttributeKey
s8MachCore0A0V19VoucherAttributeKeyV15pthreadPriorityAEvpZ
What are these?2HVDJ
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherAttributeKey
A voucher attribute key.
struct Mach
The Mach kernel.
init(name: String?, rawValue: mach_voucher_attr_key_t)
Represents a voucher attribute key with an optional name.
static let all: Mach.VoucherAttributeKey
static let allCases: [`Self`]
All known voucher attribute keys.
static let atm: Mach.VoucherAttributeKey
static let bank: Mach.VoucherAttributeKey
static let importance: Mach.VoucherAttributeKey
static let none: Mach.VoucherAttributeKey
static let test: Mach.VoucherAttributeKey
static let userData: Mach.VoucherAttributeKey
var name: String?
The name of the key, if it can be determined.
let rawValue: mach_voucher_attr_key_t
The raw value of the key.