Lines Matching refs:g_hFastMutex
67 static RTSEMFASTMUTEX g_hFastMutex = NIL_RTSEMFASTMUTEX;
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);
236 ASMAtomicXchgHandle(&g_hFastMutex, NIL_RTSEMFASTMUTEX, &hFastMutex);