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

/vbox/src/VBox/Runtime/common/misc/
H A Dterm.cpp83 RTSEMFASTMUTEX hFastMutex; local
90 rc = RTSemFastMutexCreate(&hFastMutex);
92 g_hFastMutex = hFastMutex;
150 RTSEMFASTMUTEX hFastMutex = g_hFastMutex; local
151 if (hFastMutex == NIL_RTSEMFASTMUTEX)
154 rc = RTSemFastMutexRequest(hFastMutex);
173 RTSemFastMutexRelease(hFastMutex);
185 RTSemFastMutexRelease(hFastMutex);
196 RTSEMFASTMUTEX hFastMutex; local
236 ASMAtomicXchgHandle(&g_hFastMutex, NIL_RTSEMFASTMUTEX, &hFastMutex);
[all...]

Completed in 43 milliseconds