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

/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp68 # define RTONCE_CLEANUP_LOCK() RTCritSectEnter(&g_CleanUpCritSect) macro
70 # define RTONCE_CLEANUP_LOCK() RTSemFastMutexRequest(g_hCleanUpLock); macro
86 RTONCE_CLEANUP_LOCK(); /* Potentially dangerous. */
348 RTONCE_CLEANUP_LOCK();
425 RTONCE_CLEANUP_LOCK();

Completed in 41 milliseconds