Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c1078 workq_thread_is_overcommit(struct uthread *uth) in workq_thread_is_overcommit() function
2349 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2371 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_nonovercommit(priority)) { in bsdthread_set_self()
2394 if (workq_thread_is_overcommit(uth)) { in bsdthread_set_self()
3284 if (workq_thread_is_overcommit(uth)) { in workq_thread_return()
3888 if (workq_thread_is_overcommit(uth)) { in workq_adjust_cooperative_constrained_schedule_counts()