Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/pthread/
H A Dpthread_workqueue.c1139 workq_thread_is_nonovercommit(struct uthread *uth) in workq_thread_is_nonovercommit() function
1267 } else if (workq_thread_is_nonovercommit(uth)) { in workq_push_idle_thread()
2327 return (workq_thread_is_cooperative(uth) || workq_thread_is_nonovercommit(uth)) && in bsdthread_part_of_cooperative_workqueue()
2453 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2501 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_overcommit(priority)) { in bsdthread_set_self()
3573 } else if (workq_thread_is_nonovercommit(uth)) { in workq_kern_quantum_expiry_reevaluate()
3987 if (uth && workq_thread_is_nonovercommit(uth)) { in workq_constrained_allowance()