Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h199 thread_t tr_thread; member
H A Dpthread_workqueue.c3165 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()
/xnu-11215/tools/lldbmacros/
H A Dworkqueue.py112 thread = req.tr_thread
H A Dkevent.py165 return int(req.tr_thread)
/xnu-11215/bsd/kern/
H A Dkern_event.c434 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 …]