Searched defs:rtTestInitOnce (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/ | ||
H A D | test.cpp | 216 static DECLCALLBACK(int32_t) rtTestInitOnce(void *pvUser) function 235 int rc = RTOnce(&g_TestInitOnce, rtTestInitOnce, NULL); |
Completed in 252 milliseconds