Lines Matching defs:g_hErrorInfoLock
403 static RTSEMMUTEX g_hErrorInfoLock = NIL_RTSEMMUTEX;
1468 int rc = RTSemMutexRequestNoResume(g_hErrorInfoLock, RT_INDEFINITE_WAIT);
1520 RTSemMutexRelease(g_hErrorInfoLock);
2838 int rc = RTSemMutexRequestNoResume(g_hErrorInfoLock, RT_INDEFINITE_WAIT);
2850 RTSemMutexRelease(g_hErrorInfoLock);
4173 int rc2 = RTSemMutexRequest(g_hErrorInfoLock, RT_INDEFINITE_WAIT);
4190 RTSemMutexRelease(g_hErrorInfoLock);
4246 RTSemMutexDestroy(g_hErrorInfoLock);
4247 g_hErrorInfoLock = NIL_RTSEMMUTEX;
4428 rc = RTSemMutexCreate(&g_hErrorInfoLock);
4547 RTSemMutexDestroy(g_hErrorInfoLock);
4548 g_hErrorInfoLock = NIL_RTSEMMUTEX;