Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/pthread/
H A Dpriority_private.h364 _pthread_priority_is_cooperative(pthread_priority_t pp) in _pthread_priority_is_cooperative() function
373 return !_pthread_priority_is_cooperative(pp) && !_pthread_priority_is_overcommit(pp); in _pthread_priority_is_nonovercommit()
H A Dpthread_workqueue.c2346 !_pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2392 if (workq_thread_is_overcommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2395 } else if (workq_thread_is_cooperative(uth) && !_pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()
2398 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_cooperative(priority)) { in bsdthread_set_self()