Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c700 qos = _pthread_priority_thread_qos(mgr_pri); in workq_thread_reset_pri()
2265 data->qos_tier = _pthread_priority_thread_qos(priority); in _pthread_priority_to_policy()
2485 thread_qos_t qos = _pthread_priority_thread_qos(pp); in bsdthread_add_explicit_override()
2527 thread_qos_t qos_override = _pthread_priority_thread_qos(pp); in workq_thread_add_dispatch_override()
2763 thread_qos_t qos = _pthread_priority_thread_qos(pp); in workq_reqthreads()
3395 thread_qos_t qos = _pthread_priority_thread_qos(pri); in workq_kernreturn()
3436 thread_qos_t qos = _pthread_priority_thread_qos(arg2); in workq_kernreturn()
3768 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select_for_creator()
3978 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_kmsg.c2506 mach_msg_qos_t qos = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
2507 mach_msg_qos_t ovr = _pthread_priority_thread_qos(priority); in ipc_kmsg_set_qos()
2510 kmsg->ikm_qos_override = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
H A Dipc_port.c475 qos_ovr = _pthread_priority_thread_qos(priority); in ipc_port_request_sparm()
/xnu-8019.80.24/bsd/kern/
H A Dkern_event.c2364 qos_index = _pthread_priority_thread_qos(kn->kn_qos); in filt_wlattach()
2594 if (!(*qos_index = _pthread_priority_thread_qos(kev->qos))) { in filt_wlvalidate_kev_flags()
3643 if (!_pthread_priority_thread_qos(kn ? kn->kn_qos : kev->qos)) { in kevent_register_validate_priority()
5808 kq_index_t qos = _pthread_priority_thread_qos(pp); in knote_reset_priority()