Home
last modified time | relevance | path

Searched refs:kqueue_threadreq_get_turnstile (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Deventvar.h464 struct turnstile *kqueue_threadreq_get_turnstile(workq_threadreq_t kqr);
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c4596 struct turnstile *req_ts = kqueue_threadreq_get_turnstile(req); in workq_select_threadreq_or_park_and_unlock()
/xnu-11215/bsd/kern/
H A Dkern_event.c6176 kqueue_threadreq_get_turnstile(workq_threadreq_t kqr) function