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

/vbox/src/VBox/Runtime/testcase/
H A DtstTSC.cpp70 static volatile uint32_t g_u32Go; variable
117 const uint32_t u32Go = g_u32Go;
232 ASMAtomicXchgU32(&g_u32Go, 0);
265 ASMAtomicXchgU32(&g_u32Go, 1);
272 ASMAtomicXchgU32(&g_u32Go, 2);

Completed in 42 milliseconds