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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp155 static int gNumConfigThreads; variable
3393 // gNumConfigThreads--; // we're out of service
3425 // gNumConfigThreads++;
3427 if( 0 == --gNumConfigThreads) {
3429 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false );
3452 wait = (0 != gNumConfigThreads);
3460 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads,
3463 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads,
3489 // if( gNumConfigThreads) count++;// assume we're called from a config thread
3492 && (gNumConfigThreads < kMaxConfigThread
[all...]

Completed in 12 milliseconds