Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Kernel/
H A DIOService.cpp253 static int gNumConfigThreads; variable
5872 if (0 == --gNumConfigThreads) { in main()
5874 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false ); in main()
5898 wait = (0 != gNumConfigThreads); in waitMatchIdle()
5906 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
5909 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
5952 && ((gNumConfigThreads < gMaxConfigThreads) in pingConfig()
5956 gNumConfigThreads++; in pingConfig()
5958 if (gNumConfigThreads > gHighNumConfigThreads) { in pingConfig()
5959 gHighNumConfigThreads = gNumConfigThreads; in pingConfig()
[all …]