Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/pthread/
H A Dpthread_workqueue.c1086 workq_thread_is_nonovercommit(struct uthread *uth) in workq_thread_is_nonovercommit() function
1207 } else if (workq_thread_is_nonovercommit(uth)) { in workq_push_idle_thread()
2262 return (workq_thread_is_cooperative(uth) || workq_thread_is_nonovercommit(uth)) && in bsdthread_part_of_cooperative_workqueue()
2360 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2381 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_overcommit(priority)) { in bsdthread_set_self()
3209 } else if (workq_thread_is_nonovercommit(uth)) { in workq_kern_quantum_expiry_reevaluate()
3611 if (uth && workq_thread_is_nonovercommit(uth)) { in workq_constrained_allowance()