Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Deventvar.h454 extern void kqueue_threadreq_unbind(struct proc *p, workq_threadreq_t);
/xnu-11215/bsd/kern/
H A Dkern_fork.c1498 kqueue_threadreq_unbind(p, uth->uu_kqr_bound); in uthread_cleanup()
H A Dkern_descrip.c768 kqueue_threadreq_unbind(p, ut->uu_kqr_bound); in fdt_exec()
H A Dkern_event.c5783 kqueue_threadreq_unbind(struct proc *p, workq_threadreq_t kqr) function
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2378 kqueue_threadreq_unbind(p, kqr); in bsdthread_set_self()