Searched refs:_pthread_priority_is_cooperative (Results 1 – 2 of 2) sorted by relevance
364 _pthread_priority_is_cooperative(pthread_priority_t pp) in _pthread_priority_is_cooperative() function373 return !_pthread_priority_is_cooperative(pp) && !_pthread_priority_is_overcommit(pp); in _pthread_priority_is_nonovercommit()
2346 !_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()