Searched defs:g_cReady (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstTSC.cpp65 static volatile uint32_t g_cReady; variable
112 ASMAtomicIncU32(&g_cReady);
231 ASMAtomicXchgU32(&g_cReady, 0);
248 while (g_cReady < cCpus - 1)
253 if (g_cReady != cCpus - 1)

Completed in 42 milliseconds