Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c1084 workq_thread_is_nonovercommit(struct uthread *uth) in workq_thread_is_nonovercommit() function
1205 } else if (workq_thread_is_nonovercommit(uth)) { in workq_push_idle_thread()
2257 return (workq_thread_is_cooperative(uth) || workq_thread_is_nonovercommit(uth)) && in bsdthread_part_of_cooperative_workqueue()
2355 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2376 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_overcommit(priority)) { in bsdthread_set_self()
3204 } else if (workq_thread_is_nonovercommit(uth)) { in workq_kern_quantum_expiry_reevaluate()
3606 if (uth && workq_thread_is_nonovercommit(uth)) { in workq_constrained_allowance()