Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy_private.h251 thrp_wi_driven :1, /* thread priority from work interval */ member
/xnu-11417.101.15/osfmk/kern/
H A Dwork_interval.c798 assert(thread->requested_policy.thrp_wi_driven); in work_interval_set_policy()
811 if (!thread->requested_policy.thrp_wi_driven) { in work_interval_clear_policy()
821 assert(!thread->requested_policy.thrp_wi_driven); in work_interval_clear_policy()
H A Dthread_policy.c440 if (!thread->requested_policy.thrp_wi_driven) { in thread_policy_set_internal()
1642 next.thep_wi_driven = requested.thrp_wi_driven; in thread_policy_update_internal_spinlocked()
2168 requested.thrp_wi_driven = set_policy ? 1 : 0; in thread_set_requested_policy_spinlocked()
2323 value = requested.thrp_wi_driven; in thread_get_requested_policy_spinlocked()