Searched refs:pthread_priority_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/bsd/pthread/ |
| H A D | priority_private.h | 152 typedef unsigned long pthread_priority_t; typedef 202 _pthread_priority_has_qos(pthread_priority_t pp) in _pthread_priority_has_qos() 211 _pthread_priority_has_sched_pri(pthread_priority_t pp) in _pthread_priority_has_sched_pri() 289 _pthread_priority_thread_qos_fast(pthread_priority_t pp) in _pthread_priority_thread_qos_fast() 307 _pthread_priority_sched_pri_fast(pthread_priority_t pp) in _pthread_priority_sched_pri_fast() 314 _pthread_priority_thread_qos(pthread_priority_t pp) in _pthread_priority_thread_qos() 334 _pthread_priority_sched_pri(pthread_priority_t pp) in _pthread_priority_sched_pri() 345 _pthread_priority_relpri(pthread_priority_t pp) in _pthread_priority_relpri() 357 _pthread_priority_is_overcommit(pthread_priority_t pp) in _pthread_priority_is_overcommit() 364 _pthread_priority_is_cooperative(pthread_priority_t pp) in _pthread_priority_is_cooperative() [all …]
|
| H A D | pthread_priority.c | 37 _pthread_priority_normalize(pthread_priority_t pp) in _pthread_priority_normalize() 56 _pthread_priority_normalize_for_ipc(pthread_priority_t pp) in _pthread_priority_normalize_for_ipc() 70 _pthread_priority_combine(pthread_priority_t base_pp, thread_qos_t qos) in _pthread_priority_combine()
|
| H A D | pthread_workqueue.c | 2137 pthread_priority_t pp = _pthread_priority_make_from_thread_qos(mgr_priority_hint, 0, 0); in workq_open() 2332 _pthread_priority_to_policy(pthread_priority_t priority, in _pthread_priority_to_policy() 2345 bsdthread_set_self(proc_t p, thread_t th, pthread_priority_t priority, in bsdthread_set_self() 2614 pthread_priority_t pp, user_addr_t resource) in bsdthread_add_explicit_override() 2653 pthread_priority_t pp, user_addr_t ulock_addr) in workq_thread_add_dispatch_override() 2845 (pthread_priority_t)uap->arg2, uap->arg3); in bsdthread_ctl() 2853 (pthread_priority_t)uap->arg2, uap->arg3); in bsdthread_ctl() 2859 (pthread_priority_t)uap->arg1, (mach_port_name_t)uap->arg2, in bsdthread_ctl() 2917 workq_reqthreads(struct proc *p, uint32_t reqcount, pthread_priority_t pp, bool cooperative) in workq_reqthreads() 3763 pthread_priority_t pri = arg2; in workq_kernreturn()
|
| /xnu-11215/tests/ |
| H A D | manual_wq_cooperative.c | 65 thread_is_overcommit(pthread_priority_t priority) in thread_is_overcommit() 71 thread_is_nonovercommit(pthread_priority_t priority) in thread_is_nonovercommit() 77 thread_is_cooperative(pthread_priority_t priority) in thread_is_cooperative() 83 thread_has_qos(pthread_priority_t pri) in thread_has_qos() 116 worker_cooperative_then_overcommit(pthread_priority_t priority) in worker_cooperative_then_overcommit() 191 worker_cb_stress(pthread_priority_t priority) in worker_cb_stress()
|
| H A D | workqueue_cooperative.c | 88 …pthread_priority_t overcommit = (pthread_priority_t)_pthread_getspecific_direct(_PTHREAD_TSD_SLOT_…
|
| H A D | prioritize_process_launch.c | 303 worker_cb(pthread_priority_t __unused priority) in worker_cb()
|
| H A D | turnstile_multihop.c | 208 worker_cb(pthread_priority_t __unused priority) in worker_cb()
|
| H A D | poll_select_kevent_paired_fds.c | 220 workqueue_fn(pthread_priority_t __unused priority) in workqueue_fn()
|
| H A D | kevent_qos.c | 76 worker_cb(pthread_priority_t __unused priority) in worker_cb()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_event.c | 257 static void knote_reset_priority(kqueue_t kqu, struct knote *kn, pthread_priority_t pp); 6449 knote_reset_priority(kqueue_t kqu, struct knote *kn, pthread_priority_t pp)
|