Searched refs:kqueue_threadreq_bind (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | eventvar.h | 458 extern void kqueue_threadreq_bind(struct proc *p, workq_threadreq_t req,
|
| /xnu-10063.101.15/bsd/pthread/ |
| H A D | pthread_workqueue.c | 3069 kqueue_threadreq_bind(p, req, get_machthread(uth), 0); in workq_kern_threadreq_initiate() 3114 kqueue_threadreq_bind(p, req, req->tr_thread, 0); in workq_kern_threadreq_modify() 3227 kqueue_threadreq_bind(p, req, req->tr_thread, in workq_kern_threadreq_update_inheritor()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_event.c | 5265 kqueue_threadreq_bind(p, kqr, thread, 0); in kqueue_threadreq_bind_commit() 5319 kqueue_threadreq_bind(struct proc *p, workq_threadreq_t kqr, thread_t thread, in kqueue_threadreq_bind() function
|