Lines Matching refs:hFastMtx

333     int rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
338 rc = RTSemFastMutexRelease(pGlobals->hFastMtx);
672 rc = RTSemFastMutexRequest(pGlobals->hFastMtx); AssertRC(rc);
674 RTSemFastMutexRelease(pGlobals->hFastMtx);
681 rc = RTSemFastMutexRequest(pGlobals->hFastMtx); AssertRC(rc);
684 RTSemFastMutexRelease(pGlobals->hFastMtx);
1037 rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
1044 RTSemFastMutexRelease(pGlobals->hFastMtx);
1050 RTSemFastMutexRequest(pGlobals->hFastMtx);
1059 RTSemFastMutexRelease(pGlobals->hFastMtx);
1071 RTSemFastMutexRelease(pGlobals->hFastMtx);
1084 RTSemFastMutexRelease(pGlobals->hFastMtx);
1118 rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
1158 RTSemFastMutexRelease(pGlobals->hFastMtx);
1160 RTSemFastMutexRequest(pGlobals->hFastMtx);
1168 RTSemFastMutexRelease(pGlobals->hFastMtx);
1177 RTSemFastMutexRelease(pGlobals->hFastMtx);
1198 RTSemFastMutexRelease(pGlobals->hFastMtx);
1200 rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
1207 RTSemFastMutexRelease(pGlobals->hFastMtx);
1244 rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
1282 RTSemFastMutexRelease(pGlobals->hFastMtx);
1287 RTSemFastMutexRelease(pGlobals->hFastMtx);
1293 RTSemFastMutexRelease(pGlobals->hFastMtx);
1377 int rc = RTSemFastMutexRequest(pGlobals->hFastMtx);
1380 RTSemFastMutexRelease(pGlobals->hFastMtx);
1401 Assert(pGlobals->hFastMtx != NIL_RTSEMFASTMUTEX);
1485 RTSemFastMutexDestroy(pGlobals->hFastMtx);
1486 pGlobals->hFastMtx = NIL_RTSEMFASTMUTEX;
1502 int rc = RTSemFastMutexCreate(&pGlobals->hFastMtx);