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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvc.cpp216 unsigned cRunning = 0; local
219 cRunning++;
226 if (!cRunning)
228 Assert(cRunning == RT_ELEMENTS(g_aServices)); /* all or nothing */
/vbox/src/VBox/Runtime/testcase/
H A DtstHandleTable.cpp415 uint32_t cRunning = cThreads; local
418 if (cRunning != cThreads)
420 cRunning = 0;
428 cRunning++;
430 } while (cRunning);

Completed in 51 milliseconds