Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOService.cpp248 static int gNumConfigThreads; variable
5781 if (0 == --gNumConfigThreads) { in main()
5783 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false ); in main()
5807 wait = (0 != gNumConfigThreads); in waitMatchIdle()
5815 waitResult = IOLockSleepDeadline( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
5818 waitResult = IOLockSleep( gJobsLock, &gNumConfigThreads, in waitMatchIdle()
5861 && ((gNumConfigThreads < gMaxConfigThreads) in pingConfig()
5865 gNumConfigThreads++; in pingConfig()
5867 if (gNumConfigThreads > gHighNumConfigThreads) { in pingConfig()
5868 gHighNumConfigThreads = gNumConfigThreads; in pingConfig()
[all …]