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

/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp61 static RTSEMFASTMUTEX g_hCleanUpLock; variable
70 # define RTONCE_CLEANUP_LOCK() RTSemFastMutexRequest(g_hCleanUpLock);
77 # define RTONCE_CLEANUP_UNLOCK() RTSemFastMutexRelease(g_hCleanUpLock);
125 RTSemFastMutexDestroy(g_hCleanUpLock);
126 g_hCleanUpLock = NIL_RTSEMFASTMUTEX;
151 int rc = RTSemFastMutexCreate(&g_hCleanUpLock);
162 RTSemFastMutexDestroy(g_hCleanUpLock);
163 g_hCleanUpLock = NIL_RTSEMFASTMUTEX;

Completed in 41 milliseconds