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

/vbox/src/VBox/Runtime/r3/
H A Dfs.cpp229 static char s_asz[4][64]; local
231 uint32_t i = ASMAtomicIncU32(&s_i) % RT_ELEMENTS(s_asz);
232 RTStrPrintf(s_asz[i], sizeof(s_asz[i]), "type=%d", enmType);
233 return s_asz[i];

Completed in 32 milliseconds