Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h251 thrp_wi_driven :1, /* thread priority from work interval */ member
/xnu-12377.61.12/osfmk/kern/
H A Dwork_interval.c797 assert(thread->requested_policy.thrp_wi_driven); in work_interval_set_policy()
810 if (!thread->requested_policy.thrp_wi_driven) { in work_interval_clear_policy()
820 assert(!thread->requested_policy.thrp_wi_driven); in work_interval_clear_policy()
H A Dthread_policy.c441 if (!thread->requested_policy.thrp_wi_driven) { in thread_policy_set_internal()
1643 next.thep_wi_driven = requested.thrp_wi_driven; in thread_policy_update_internal_spinlocked()
2176 requested.thrp_wi_driven = set_policy ? 1 : 0; in thread_set_requested_policy_spinlocked()
2331 value = requested.thrp_wi_driven; in thread_get_requested_policy_spinlocked()