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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp94 static bool g_fPreInited = false; variable
182 if (g_fPreInited || g_cInits > 0)
206 g_fPreInited = true;
265 int rc = suplibOsInit(&g_supLibData, g_fPreInited, fUnrestricted, &enmWhat, NULL);

Completed in 49 milliseconds