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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp264 static DECLCALLBACK(int) rtDbgModInitOnce(void *pvUser) function
316 return RTOnce(&g_rtDbgModOnce, rtDbgModInitOnce, NULL);

Completed in 43 milliseconds