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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp114 static RTONCE g_rtProcWinInitOnce = RTONCE_INITIALIZER; variable
1100 int rc = RTOnce(&g_rtProcWinInitOnce, rtProcWinInitOnce, NULL);
1323 int rc = RTOnce(&g_rtProcWinInitOnce, rtProcWinInitOnce, NULL);
1419 int rc = RTOnce(&g_rtProcWinInitOnce, rtProcWinInitOnce, NULL);

Completed in 47 milliseconds