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

/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp75 # define RTONCE_CLEANUP_UNLOCK() RTCritSectLeave(&g_CleanUpCritSect); macro
77 # define RTONCE_CLEANUP_UNLOCK() RTSemFastMutexRelease(g_hCleanUpLock); macro
115 RTONCE_CLEANUP_UNLOCK();
354 RTONCE_CLEANUP_UNLOCK();
431 RTONCE_CLEANUP_UNLOCK();

Completed in 41 milliseconds