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

/vbox/include/iprt/
H A Druntime-loader.h143 static RTONCE s_Once = RTONCE_INITIALIZER; local
147 rc = RTOnce(&s_Once, rtldrLoadOnce, NULL);
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp94 static RTONCE s_Once = RTONCE_INITIALIZER; local
96 int rc = RTOnce(&s_Once, vboxOglIsOfflineRenderingAppropriateOnce, &s_fCached);

Completed in 50 milliseconds