Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/pthread/
H A Dpriority_private.h228 _pthread_priority_make_from_thread_qos(thread_qos_t qos, int relpri, in _pthread_priority_make_from_thread_qos() function
256 pp = _pthread_priority_make_from_thread_qos(req_qos, relpri, flags); in _pthread_priority_make_from_thread_qos_and_override()
277 return _pthread_priority_make_from_thread_qos(THREAD_QOS_UNSPECIFIED, 0, 0); in _pthread_unspecified_priority()
284 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.c2093 pthread_priority_t pp = _pthread_priority_make_from_thread_qos(mgr_priority_hint, 0, 0); in workq_open()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_pset.c1169 _pthread_priority_make_from_thread_qos(msgr.msgr_qos_ovrd, 0, 0); in filt_machportprocess()
H A Dipc_kmsg.c1401 return _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_get_current_thread_priority()
1421 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_kmsg_set_qos()
1468 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(kmsg->ikm_qos_override, 0, 0); in ipc_kmsg_set_qos_kernel()