Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h232 uint64_t thrp_int_darwinbg :1, /* marked as darwinbg via setpriority */ 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()
2072 requested.thrp_int_darwinbg = value; in thread_set_requested_policy_spinlocked()
2256 value = requested.thrp_int_darwinbg; in thread_get_requested_policy_spinlocked()
2458 bits |= (requested.thrp_int_darwinbg ? POLICY_REQ_INT_DARWIN_BG : 0); in proc_get_thread_policy_bitfield()