Home
last modified time | relevance | path

Searched refs:_pthread_priority_combine (Results 1 – 3 of 3) 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() function
H A Dpriority_private.h401 _pthread_priority_combine(pthread_priority_t base_pp, thread_qos_t qos);
/xnu-11215/bsd/kern/
H A Dkern_event.c4430 kev.qos = _pthread_priority_combine(kn->kn_qos, kn->kn_qos_override); in knote_process()