Home
last modified time | relevance | path

Searched refs:kqueue_threadreq_unbind (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Deventvar.h437 extern void kqueue_threadreq_unbind(struct proc *p, workq_threadreq_t);
/xnu-8792.61.2/bsd/kern/
H A Dkern_fork.c1523 kqueue_threadreq_unbind(p, uth->uu_kqr_bound); in uthread_cleanup()
H A Dkern_descrip.c754 kqueue_threadreq_unbind(p, ut->uu_kqr_bound); in fdt_exec()
H A Dkern_event.c5284 kqueue_threadreq_unbind(struct proc *p, workq_threadreq_t kqr) in kqueue_threadreq_unbind() function
/xnu-8792.61.2/bsd/pthread/
H A Dpthread_workqueue.c2324 kqueue_threadreq_unbind(p, kqr); in bsdthread_set_self()