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

/vbox/src/VBox/Runtime/r3/
H A Dfs.cpp230 static uint32_t volatile s_i = 0; local
231 uint32_t i = ASMAtomicIncU32(&s_i) % RT_ELEMENTS(s_asz);

Completed in 49 milliseconds