Searched refs:_pthread_priority_make_from_thread_qos (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/bsd/pthread/ |
| H A D | priority_private.h | 228 _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 D | pthread_priority.c | 84 return _pthread_priority_make_from_thread_qos(qos, 0, in _pthread_priority_combine()
|
| H A D | pthread_workqueue.c | 2138 pthread_priority_t pp = _pthread_priority_make_from_thread_qos(mgr_priority_hint, 0, 0); in workq_open()
|
| /xnu-11417.121.6/osfmk/ipc/ |
| H A D | ipc_pset.c | 1177 _pthread_priority_make_from_thread_qos(msgr.msgr_qos_ovrd, 0, 0); in filt_machportprocess()
|
| H A D | ipc_kmsg.c | 1399 return _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_get_current_thread_priority() 1419 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(qos, relpri, 0); in ipc_kmsg_set_qos() 1466 kmsg->ikm_ppriority = _pthread_priority_make_from_thread_qos(kmsg->ikm_qos_override, 0, 0); in ipc_kmsg_set_qos_kernel()
|