Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/pthread/
H A Dpthread_workqueue.c1091 workq_thread_is_overcommit(struct uthread *uth) in workq_thread_is_overcommit() function
2392 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2441 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_nonovercommit(priority)) { in bsdthread_set_self()
2471 if (workq_thread_is_overcommit(uth)) { in bsdthread_set_self()
3370 if (workq_thread_is_overcommit(uth)) { in workq_thread_return()
3974 if (workq_thread_is_overcommit(uth)) { in workq_adjust_cooperative_constrained_schedule_counts()