Searched refs:kqueue_threadreq_bind (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | eventvar.h | 461 extern void kqueue_threadreq_bind(struct proc *p, workq_threadreq_t req,
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 3120 kqueue_threadreq_bind(p, req, get_machthread(uth), 0); in workq_kern_threadreq_initiate() 3165 kqueue_threadreq_bind(p, req, req->tr_thread, 0); in workq_kern_threadreq_modify() 3306 kqueue_threadreq_bind(p, req, req->tr_thread, in workq_kern_threadreq_update_inheritor()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_event.c | 5432 kqueue_threadreq_bind(p, kqr, thread, 0); 5610 kqueue_threadreq_bind(struct proc *p, workq_threadreq_t kqr, thread_t thread, function 6049 kqueue_threadreq_bind(current_proc(),
|