Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/pthread/
H A Dpthread_workqueue.c1100 workq_thread_is_overcommit(struct uthread *uth) in workq_thread_is_overcommit() function
2401 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2450 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_nonovercommit(priority)) { in bsdthread_set_self()
2480 if (workq_thread_is_overcommit(uth)) { in bsdthread_set_self()
3399 if (workq_thread_is_overcommit(uth)) { in workq_thread_return()
4003 if (workq_thread_is_overcommit(uth)) { in workq_adjust_cooperative_constrained_schedule_counts()