Searched refs:fLazyCleanUpOk (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp88 * @param fLazyCleanUpOk Set if we're terminating the process.
90 static DECLCALLBACK(void) rtRandTermOnce(void *pvUser, bool fLazyCleanUpOk) argument
92 if (!fLazyCleanUpOk)
/vbox/src/VBox/Runtime/r3/solaris/
H A Dsystemmem-solaris.cpp87 static DECLCALLBACK(void) rtSysMemSolCleanUp(void *pvUser, bool fLazyCleanUpOk) argument
96 NOREF(pvUser); NOREF(fLazyCleanUpOk);
H A Dmp-solaris.cpp198 * @param fLazyCleanUpOk Whether lazy cleanup is okay or not.
200 static DECLCALLBACK(void) rtMpSolarisCleanUp(void *pvUser, bool fLazyCleanUpOk)
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp85 bool const fLazyCleanUpOk = RTTERMREASON_IS_LAZY_CLEANUP_OK(enmReason); local
103 pfnCleanUp(pvUserCleanUp, fLazyCleanUpOk);
108 if (!fLazyCleanUpOk)
120 if (!fLazyCleanUpOk)
/vbox/include/iprt/
H A Donce.h57 * @param fLazyCleanUpOk Indicates whether lazy clean-up is OK (see
60 typedef DECLCALLBACK(void) FNRTONCECLEANUP(void *pvUser, bool fLazyCleanUpOk);
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp126 static DECLCALLBACK(void) rtMemSaferOnceTerm(void *pvUser, bool fLazyCleanUpOk) argument
128 if (!fLazyCleanUpOk)

Completed in 47 milliseconds