Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_priority.c70 _pthread_priority_combine(pthread_priority_t base_pp, thread_qos_t qos) in _pthread_priority_combine() argument
72 if (base_pp & _PTHREAD_PRIORITY_EVENT_MANAGER_FLAG) { in _pthread_priority_combine()
76 if (base_pp & _PTHREAD_PRIORITY_FALLBACK_FLAG) { in _pthread_priority_combine()
78 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()
80 } else if (qos < _pthread_priority_thread_qos(base_pp)) { in _pthread_priority_combine()
81 return (pthread_priority_compact_t)base_pp; in _pthread_priority_combine()
85 base_pp & _PTHREAD_PRIORITY_OVERCOMMIT_FLAG); in _pthread_priority_combine()
H A Dpriority_private.h401 _pthread_priority_combine(pthread_priority_t base_pp, thread_qos_t qos);