Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/pthread/
H A Dpriority_private.h357 _pthread_priority_is_overcommit(pthread_priority_t pp) in _pthread_priority_is_overcommit() function
373 return !_pthread_priority_is_cooperative(pp) && !_pthread_priority_is_overcommit(pp); in _pthread_priority_is_nonovercommit()
H A Dpthread_workqueue.c2501 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_overcommit(priority)) { in bsdthread_set_self()