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

/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp57 static uint32_t s_cMax = 0; local
58 if (!s_cMax)
64 ASMAtomicUoWriteU32((uint32_t volatile *)&s_cMax, cMax);
67 return s_cMax;

Completed in 84 milliseconds