Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h79 #define THREAD_QOS_MIN_TIER_IMPORTANCE (-15) macro
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c605 if (info->tier_importance > 0 || info->tier_importance < THREAD_QOS_MIN_TIER_IMPORTANCE) { in thread_policy_set_internal()
1097 assert(qos_relprio <= 0 && qos_relprio >= THREAD_QOS_MIN_TIER_IMPORTANCE); in thread_recompute_priority()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c2339 data->tier_importance < THREAD_QOS_MIN_TIER_IMPORTANCE) { in _pthread_priority_to_policy()
3776 if (relpri > 0 || relpri < THREAD_QOS_MIN_TIER_IMPORTANCE || in workq_kernreturn()