Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp175 if (workThread == NULL) { in init()
185 (void) thread_set_tag(workThread, THREAD_TAG_IOWORKLOOP); in init()
243 if (workThread) { in free()
257 thread_wakeup_thread((void *) &workToDo, workThread); in free()
302 if ((workThread) in addEventSource()
303 && !thread_has_thread_name(workThread) in addEventSource()
460 thread_t thread = workThread; in threadMain()
461 workThread = NULL; // Say we don't have a loop and free ourselves in threadMain()
473 return workThread; in getThread()
479 return IOThreadSelf() == workThread; in onThread()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOWorkLoop.h143 IOThread workThread; variable
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py1001 thread = workloop.workThread