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

/xnu-2422.115.4/iokit/Kernel/
H A DIOWorkLoop.cpp172 if ( workThread == NULL ) {
177 if (KERN_SUCCESS != kernel_thread_start(cptr, this, &workThread))
181 (void) thread_set_tag(workThread, THREAD_TAG_IOWORKLOOP);
220 if (workThread) {
239 else /* !workThread */ {
259 // or the workThread itself is performing hari-kari.
418 thread_t thread = workThread;
419 workThread = 0; // Say we don't have a loop and free ourselves
428 return workThread;
433 return (IOThreadSelf() == workThread);
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIOWorkLoop.h124 /*! @var workThread
127 IOThread workThread; member in class:IOWorkLoop
207 @abstract Gets the workThread.
208 @result Returns workThread.
214 @result Returns true if IOThreadSelf() == workThread.

Completed in 66 milliseconds