Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1132 workq_thread_is_overcommit(struct uthread *uth) in workq_thread_is_overcommit() function
2446 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2495 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_nonovercommit(priority)) { in bsdthread_set_self()
2525 if (workq_thread_is_overcommit(uth)) { in bsdthread_set_self()
3666 if (workq_thread_is_overcommit(uth)) { in workq_thread_return()
4279 if (workq_thread_is_overcommit(uth)) { in workq_adjust_cooperative_constrained_schedule_counts()