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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp158 static int gNumConfigThreads; variable
3427 // gNumConfigThreads--; // we're out of service
3459 // gNumConfigThreads++;
3461 if( 0 == --gNumConfigThreads) {
3463 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false );
3486 wait = (0 != gNumConfigThreads);
3494 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads,
3497 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads,
3523 // if( gNumConfigThreads) count++;// assume we're called from a config thread
3526 && (gNumConfigThreads < kMaxConfigThread
[all...]

Completed in 198 milliseconds