Home
last modified time | relevance | path

Searched refs:workq_threadreq_s (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h194 typedef struct workq_threadreq_s { struct
197 STAILQ_ENTRY(workq_threadreq_s) tr_link; argument
214 } workq_threadreq_s, *workq_threadreq_t; argument
216 STAILQ_HEAD(workq_threadreq_tailq, workq_threadreq_s);
297 struct workq_threadreq_s;
305 void workq_thread_set_max_qos(struct proc *p, struct workq_threadreq_s *kqr);
325 void workq_kern_threadreq_modify(struct proc *p, struct workq_threadreq_s *kqr,
334 void workq_kern_bound_thread_wakeup(struct workq_threadreq_s *kqr);
336 void workq_kern_bound_thread_park(struct workq_threadreq_s *kqr);
338 void workq_kern_bound_thread_terminate(struct workq_threadreq_s *kqr);
[all …]
H A Dpthread_workqueue.c138 sizeof(struct workq_threadreq_s), ZC_CACHING);
366 struct workq_threadreq_s, tr_entry); in _wq_thactive_refresh_best_constrained_req_qos()
3432 workq_kern_bound_thread_park(struct workq_threadreq_s *kqr) in workq_kern_bound_thread_park()
4140 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
4171 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
4196 struct workq_threadreq_s, tr_entry); in workq_threadreq_select_for_creator()
4348 struct workq_threadreq_s, tr_entry); in workq_threadreq_select()
4380 struct workq_threadreq_s, tr_entry); in workq_threadreq_select()
4405 struct workq_threadreq_s, tr_entry); in workq_threadreq_select()
4992 struct workq_threadreq_s * kqr = uth->uu_kqr_bound; in workq_bound_thread_setup_and_run()
[all …]
/xnu-11215/bsd/sys/
H A Deventvar.h215 workq_threadreq_s kqwq_request[KQWQ_NBUCKETS]; /* per-QoS request states */
349 workq_threadreq_s kqwl_request; /* thread request state */
H A Duser.h263 struct workq_threadreq_s *uu_kqr_bound;