Home
last modified time | relevance | path

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

/xnu-10063.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.h314 _pthread_priority_thread_qos(pthread_priority_t pp) in _pthread_priority_thread_qos() function
H A Dpthread_workqueue.c713 qos = _pthread_priority_thread_qos(mgr_pri); in workq_thread_reset_pri()
2290 data->qos_tier = _pthread_priority_thread_qos(priority); in _pthread_priority_to_policy()
2571 thread_qos_t qos = _pthread_priority_thread_qos(pp); in bsdthread_add_explicit_override()
2613 thread_qos_t qos_override = _pthread_priority_thread_qos(pp); in workq_thread_add_dispatch_override()
2874 thread_qos_t qos = _pthread_priority_thread_qos(pp); in workq_reqthreads()
3510 thread_qos_t qos = _pthread_priority_thread_qos(pri); in workq_kernreturn()
3551 thread_qos_t qos = _pthread_priority_thread_qos(arg2); in workq_kernreturn()
3883 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select_for_creator()
4093 _pthread_priority_thread_qos(mgr_pri)); in workq_threadreq_select()
/xnu-10063.121.3/bsd/kern/
H A Dkern_event.c1767 !_pthread_priority_thread_qos(kev->qos)) { in filt_timertouch()
2421 qos_index = _pthread_priority_thread_qos(kn->kn_qos); in filt_wlattach()
2651 if (!(*qos_index = _pthread_priority_thread_qos(kev->qos))) { in filt_wlvalidate_kev_flags()
3796 if (!_pthread_priority_thread_qos(kn ? kn->kn_qos : kev->qos)) { in kevent_register_validate_priority()
6086 kq_index_t qos = _pthread_priority_thread_qos(pp); in knote_reset_priority()
/xnu-10063.121.3/osfmk/ipc/
H A Dipc_kmsg.c3646 mach_msg_qos_t qos = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
3647 mach_msg_qos_t ovr = _pthread_priority_thread_qos(priority); in ipc_kmsg_set_qos()
3650 kmsg->ikm_qos_override = _pthread_priority_thread_qos(kmsg->ikm_ppriority); in ipc_kmsg_set_qos()
H A Dipc_port.c523 qos_ovr = _pthread_priority_thread_qos(priority); in ipc_port_request_sparm()