Home
last modified time | relevance | path

Searched refs:thread_effective_policy (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h256 struct thread_effective_policy { struct
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1641 struct thread_effective_policy next = {}; in thread_policy_update_internal_spinlocked()
1839 struct thread_effective_policy prev = thread->effective_policy; in thread_policy_update_internal_spinlocked()
2476 struct thread_effective_policy effective = thread->effective_policy; in proc_get_thread_policy_bitfield()
2531 …static_assert(sizeof(struct thread_effective_policy) == sizeof(uint64_t), "size invariant violated… in theffective_0()
H A Dthread.h895 struct thread_effective_policy effective_policy;