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