Searched refs:workq_threadreq_t (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | eventvar.h | 337 kqr_preadopt_thread_group(workq_threadreq_t req); 340 kqr_preadopt_thread_group_addr(workq_threadreq_t req); 454 extern void kqueue_threadreq_unbind(struct proc *p, workq_threadreq_t); 461 extern void kqueue_threadreq_bind(struct proc *p, workq_threadreq_t req, 464 struct turnstile *kqueue_threadreq_get_turnstile(workq_threadreq_t kqr); 468 kqueue_threadreq_bind_prepost(struct proc *p, workq_threadreq_t req, 474 extern void kqueue_threadreq_cancel(struct proc *p, workq_threadreq_t req); 477 extern workq_threadreq_param_t kqueue_threadreq_workloop_param(workq_threadreq_t req); 496 extern void kqworkloop_bound_thread_park_prepost(workq_threadreq_t req); 498 extern void kqworkloop_bound_thread_park_commit(workq_threadreq_t req, [all …]
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 97 workq_threadreq_t req); 363 workq_threadreq_t req; in _wq_thactive_refresh_best_constrained_req_qos() 697 workq_threadreq_t req, bool unpark) in workq_thread_reset_pri() 2192 workq_threadreq_t mgr_req; in workq_mark_exiting() 3193 workq_threadreq_t req_max; in workq_kern_threadreq_modify() 4068 workq_threadreq_t req) in workq_threadreq_admissible() 4087 static workq_threadreq_t 4128 static workq_threadreq_t 4318 static workq_threadreq_t 4457 workq_threadreq_t req; in workq_schedule_creator() [all …]
|
| H A D | workqueue_internal.h | 214 } workq_threadreq_s, *workq_threadreq_t; typedef 264 workq_threadreq_t wq_event_manager_threadreq;
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_event.c | 406 kqr_thread_bound(workq_threadreq_t kqr) in kqr_thread_bound() 425 kqr_thread_requested(workq_threadreq_t kqr) in kqr_thread_requested() 431 kqr_thread_fast(workq_threadreq_t kqr) in kqr_thread_fast() 438 kqr_thread(workq_threadreq_t kqr) in kqr_thread() 444 kqr_kqworkloop(workq_threadreq_t kqr) in kqr_kqworkloop() 453 kqr_kqueue(proc_t p, workq_threadreq_t kqr) in kqr_kqueue() 5427 workq_threadreq_t kqr = ut->uu_kqr_bound; 6212 workq_threadreq_t kqr; 6400 workq_threadreq_t kqr, thread_t thread) 6441 workq_threadreq_t [all …]
|