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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp160 static UInt32 gIOTerminateWork; variable
1862 gIOTerminateWork++;
1865 while( gIOTerminateWork )
1874 waitResult = IOLockSleepDeadline( gJobsLock, &gIOTerminateWork,
1880 } while(gIOTerminateWork || (wait && (waitResult != THREAD_TIMED_OUT)));
1889 if( 0 == gIOTerminateWork++) {
1893 IOLockWakeup(gJobsLock, (event_t) &gIOTerminateWork, /* one-thread */ false );
1906 while (gIOTerminateWork)
1933 if( 0 == gIOTerminateWork++) {
1937 IOLockWakeup(gJobsLock, (event_t) &gIOTerminateWork, /* on
[all...]

Completed in 77 milliseconds