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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp113 static RTONCE g_rtDbgModOnce = RTONCE_INITIALIZER; variable
316 return RTOnce(&g_rtDbgModOnce, rtDbgModInitOnce, NULL);

Completed in 66 milliseconds