Home
last modified time | relevance | path

Searched refs:_pthread_priority_make_from_thread_qos (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/pthread/
H A Dpriority_private.h160 _pthread_priority_make_from_thread_qos(thread_qos_t qos, int relpri, in _pthread_priority_make_from_thread_qos() function
182 return _pthread_priority_make_from_thread_qos(THREAD_QOS_UNSPECIFIED, 0, 0); in _pthread_unspecified_priority()
189 return _pthread_priority_make_from_thread_qos(THREAD_QOS_LEGACY, 0, flags); in _pthread_default_priority()
H A Dpthread_priority.c84 return _pthread_priority_make_from_thread_qos(qos, 0, in _pthread_priority_combine()
H A Dpthread_workqueue.c2073 pthread_priority_t pp = _pthread_priority_make_from_thread_qos(mgr_priority_hint, 0, 0); in workq_open()
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_pset.c1060 _pthread_priority_make_from_thread_qos(self->ith_qos_override, 0, 0); in filt_machportprocess()
H A Dipc_kmsg.c2513 return _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_get_current_thread_priority()
2532 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_kmsg_set_qos()
2579 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(kmsg->ikm_qos_override, 0, 0); in ipc_kmsg_set_qos_kernel()