Searched refs:_pthread_priority_is_overcommit (Results 1 – 2 of 2) sorted by relevance
357 _pthread_priority_is_overcommit(pthread_priority_t pp) in _pthread_priority_is_overcommit() function373 return !_pthread_priority_is_cooperative(pp) && !_pthread_priority_is_overcommit(pp); in _pthread_priority_is_nonovercommit()
2455 } else if (workq_thread_is_nonovercommit(uth) && _pthread_priority_is_overcommit(priority)) { in bsdthread_set_self()