Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp253 static int gNumConfigThreads; variable
5933 if (0 == --gNumConfigThreads) { in main()
5935 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false ); in main()
5959 wait = (0 != gNumConfigThreads); in waitMatchIdle()
5967 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
5970 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
6013 && ((gNumConfigThreads < gMaxConfigThreads) in pingConfig()
6017 gNumConfigThreads++; in pingConfig()
6019 if (gNumConfigThreads > gHighNumConfigThreads) { in pingConfig()
6020 gHighNumConfigThreads = gNumConfigThreads; in pingConfig()
[all …]