Lines Matching refs:hFastMutex
83 RTSEMFASTMUTEX hFastMutex;
90 rc = RTSemFastMutexCreate(&hFastMutex);
92 g_hFastMutex = hFastMutex;
150 RTSEMFASTMUTEX hFastMutex = g_hFastMutex;
151 if (hFastMutex == NIL_RTSEMFASTMUTEX)
154 rc = RTSemFastMutexRequest(hFastMutex);
173 RTSemFastMutexRelease(hFastMutex);
185 RTSemFastMutexRelease(hFastMutex);
196 RTSEMFASTMUTEX hFastMutex;
236 ASMAtomicXchgHandle(&g_hFastMutex, NIL_RTSEMFASTMUTEX, &hFastMutex);
237 RTSemFastMutexDestroy(hFastMutex);