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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp164 static DECLCALLBACK(int32_t) rtProcWinInitOnce(void *pvUser) function
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 48 milliseconds