Searched refs:kqueue_threadreq_bind (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/bsd/sys/ |
| H A D | eventvar.h | 441 extern void kqueue_threadreq_bind(struct proc *p, workq_threadreq_t req,
|
| /xnu-10002.81.5/bsd/pthread/ |
| H A D | pthread_workqueue.c | 3044 kqueue_threadreq_bind(p, req, get_machthread(uth), 0); in workq_kern_threadreq_initiate() 3089 kqueue_threadreq_bind(p, req, req->tr_thread, 0); in workq_kern_threadreq_modify() 3202 kqueue_threadreq_bind(p, req, req->tr_thread, in workq_kern_threadreq_update_inheritor()
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_event.c | 5122 kqueue_threadreq_bind(p, kqr, thread, 0); in kqueue_threadreq_bind_commit() 5165 kqueue_threadreq_bind(struct proc *p, workq_threadreq_t kqr, thread_t thread, in kqueue_threadreq_bind() function
|