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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp160 static int gNumConfigThreads; variable
3698 // gNumConfigThreads--; // we're out of service
3730 // gNumConfigThreads++;
3732 if( 0 == --gNumConfigThreads) {
3734 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false );
3757 wait = (0 != gNumConfigThreads);
3765 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads,
3768 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads,
3794 // if( gNumConfigThreads) count++;// assume we're called from a config thread
3797 && (gNumConfigThreads < kMaxConfigThread
[all...]

Completed in 173 milliseconds