Home
last modified time | relevance | path

Searched refs:thrp_ext_darwinbg (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h233 thrp_ext_darwinbg :1, member
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1723 if (requested.thrp_int_darwinbg || requested.thrp_ext_darwinbg) { in thread_policy_update_internal_spinlocked()
2070 requested.thrp_ext_darwinbg = value; in thread_set_requested_policy_spinlocked()
2254 value = requested.thrp_ext_darwinbg; in thread_get_requested_policy_spinlocked()
2459 bits |= (requested.thrp_ext_darwinbg ? POLICY_REQ_EXT_DARWIN_BG : 0); in proc_get_thread_policy_bitfield()