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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp165 static UInt32 gIOTerminateWork; variable
2060 gIOTerminateWork++;
2063 while( gIOTerminateWork )
2072 waitResult = IOLockSleepDeadline( gJobsLock, &gIOTerminateWork,
2078 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
2087 if( 0 == gIOTerminateWork++) {
2091 IOLockWakeup(gJobsLock, (event_t) &gIOTerminateWork, /* one-thread */ false );
2104 while (gIOTerminateWork)
2131 if( 0 == gIOTerminateWork++) {
2135 IOLockWakeup(gJobsLock, (event_t) &gIOTerminateWork, /* on
[all...]

Completed in 186 milliseconds