Home
last modified time | relevance | path

Searched refs:thread_request (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tools/trace/
H A Dkqtrace.lua282 function thread_request(workq) function
307 trace_eventname("KEVENT_kqwq_thread_request", thread_request(true))
308 trace_eventname("KEVENT_kqwl_thread_request", thread_request(false))
/xnu-11215/bsd/sys/
H A Duser.h180 void *thread_request; /* request being fulfilled, for tracing only */ member
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c3022 uth->uu_save.uus_workq_park_data.thread_request = req; in workq_reqthreads()
4796 workq_threadreq_t req = uth->uu_save.uus_workq_park_data.thread_request; in workq_unpark_select_threadreq_or_park_and_unlock()