Searched refs:workThread (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOWorkLoop.cpp112 if ( workThread == NULL ) {
117 workThread = IOCreateThread(cptr, this);
118 if (!workThread)
159 if (workThread) {
178 else /* !workThread */ {
190 // or the workThread itself is performing hari-kari.
358 workThread = 0; // Say we don't have a loop and free ourselves
365 return workThread;
370 return (IOThreadSelf() == workThread);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOWorkLoop.h121 /*! @var workThread
124 IOThread workThread; member in class:IOWorkLoop
195 @abstract Gets the workThread.
196 @result Returns workThread.
202 @result Returns true if IOThreadSelf() == workThread.

Completed in 32 milliseconds