Searched refs:_pthread_priority_make_from_thread_qos (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/pthread/ |
| H A D | priority_private.h | 160 _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 D | pthread_priority.c | 84 return _pthread_priority_make_from_thread_qos(qos, 0, in _pthread_priority_combine()
|
| H A D | pthread_workqueue.c | 2068 pthread_priority_t pp = _pthread_priority_make_from_thread_qos(mgr_priority_hint, 0, 0); in workq_open()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_pset.c | 1156 _pthread_priority_make_from_thread_qos(self->ith_qos_override, 0, 0); in filt_machportprocess()
|
| H A D | ipc_kmsg.c | 2474 return _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_get_current_thread_priority() 2493 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_kmsg_set_qos()
|