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

/vbox/src/VBox/Runtime/common/misc/
H A Dterm.cpp67 static RTSEMFASTMUTEX g_hFastMutex = NIL_RTSEMFASTMUTEX; variable
88 Assert(g_hFastMutex == NIL_RTSEMFASTMUTEX);
92 g_hFastMutex = hFastMutex;
127 rc = RTSemFastMutexRequest(g_hFastMutex);
134 RTSemFastMutexRelease(g_hFastMutex);
147 * g_hFastMutex will be NIL if we're not initialized.
150 RTSEMFASTMUTEX hFastMutex = g_hFastMutex;
206 while (g_hFastMutex != NIL_RTSEMFASTMUTEX)
213 rc = RTSemFastMutexRequest(g_hFastMutex);
221 RTSemFastMutexRelease(g_hFastMutex);
[all...]

Completed in 51 milliseconds