Home
last modified time | relevance | path

Searched refs:_pthread_priority_thread_qos (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/bsd/pthread/
H A Dpthread_priority.c80 } else if (qos < _pthread_priority_thread_qos(base_pp)) { in _pthread_priority_combine()
H A Dpriority_private.h203 _pthread_priority_thread_qos(pthread_priority_t pp) in _pthread_priority_thread_qos() function
H A Dpthread_workqueue.c702 qos = _pthread_priority_thread_qos(mgr_pri); in workq_thread_reset_pri()
2270 data->qos_tier = _pthread_priority_thread_qos(priority); in _pthread_priority_to_policy()
2490 thread_qos_t qos = _pthread_priority_thread_qos(pp); in bsdthread_add_explicit_override()
2532 thread_qos_t qos_override = _pthread_priority_thread_qos(pp); in workq_thread_add_dispatch_override()
2768 thread_qos_t qos = _pthread_priority_thread_qos(pp); in workq_reqthreads()
3400 thread_qos_t qos = _pthread_priority_thread_qos(pri); in workq_kernreturn()
3441 thread_qos_t qos = _pthread_priority_thread_qos(arg2); in workq_kernreturn()
3773 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select_for_creator()
3983 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select()
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_kmsg.c2549 mach_msg_qos_t qos = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
2550 mach_msg_qos_t ovr = _pthread_priority_thread_qos(priority); in ipc_kmsg_set_qos()
2553 kmsg->ikm_qos_override = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
H A Dipc_port.c481 qos_ovr = _pthread_priority_thread_qos(priority); in ipc_port_request_sparm()
/xnu-8020.121.3/bsd/kern/
H A Dkern_event.c2369 qos_index = _pthread_priority_thread_qos(kn->kn_qos); in filt_wlattach()
2599 if (!(*qos_index = _pthread_priority_thread_qos(kev->qos))) { in filt_wlvalidate_kev_flags()
3680 if (!_pthread_priority_thread_qos(kn ? kn->kn_qos : kev->qos)) { in kevent_register_validate_priority()
5874 kq_index_t qos = _pthread_priority_thread_qos(pp); in knote_reset_priority()