Searched refs:tr_thread (Results 1 – 5 of 5) sorted by relevance
199 thread_t tr_thread; member
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()3407 struct uthread *uth = get_bsdthread_info(kqr->tr_thread); in workq_kern_bound_thread_wakeup()3434 struct uthread *uth = get_bsdthread_info(kqr->tr_thread); in workq_kern_bound_thread_park()3473 struct uthread *uth = get_bsdthread_info(kqr->tr_thread); in workq_kern_bound_thread_terminate()
112 thread = req.tr_thread
165 return int(req.tr_thread)
434 return kqr->tr_thread; in kqr_thread_fast()2631 thread_require(kqr->tr_thread); in kdp_workloop_sync_wait_find_owner()2632 waitinfo->owner = thread_tid(kqr->tr_thread); in kdp_workloop_sync_wait_find_owner()5413 kqr->tr_thread = get_machthread(ut);5506 assert(current_thread() == kqr->tr_thread);5531 assert(current_thread() == kqr->tr_thread);5622 assert(kqr->tr_thread == thread);5628 assert(kqr->tr_thread == THREAD_NULL);5631 kqr->tr_thread = thread;6317 kqr->tr_thread = THREAD_NULL;[all …]