Searched refs:RTSemMutexDestroy (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DInit.cpp260 RTSemMutexDestroy(g_vbgldata.mutexDriverInit);
285 RTSemMutexDestroy(g_vbgldata.mutexDriverInit);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0SemMutex.cpp190 rc = RTSemMutexDestroy(hMtx);
191 CHECK_RC_BREAK(rc, VINF_SUCCESS, "RTSemMutexDestroy");
266 rc = RTSemMutexDestroy(g_hMtxTest2);
H A DtstSemMutex.cpp166 rc = RTSemMutexDestroy(g_hMutex);
168 PrintError("RTSemMutexDestroy failed - %Rrc\n", rc);
H A DtstRTLockValidator.cpp397 RTTEST_CHECK_RC(g_hTest, RTSemMutexDestroy(g_ahSemMtxes[i]), VINF_SUCCESS);
1178 RTTEST_CHECK_RC_RETV(g_hTest, RTSemMutexDestroy(g_ahSemMtxes[i]), VINF_SUCCESS);
1242 RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemMutexDestroy(hSemMtx2), ""); hSemMtx2 = NIL_RTSEMMUTEX;
1243 RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemMutexDestroy(hSemMtx1), ""); hSemMtx1 = NIL_RTSEMMUTEX;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c113 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMtx) function
149 RT_EXPORT_SYMBOL(RTSemMutexDestroy); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemmutex-r0drv-freebsd.c79 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c89 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemmutex-r0drv-nt.cpp92 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemmutex-r0drv-darwin.cpp118 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c98 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMtx) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp291 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemmutex-win.cpp124 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c43 #define LWIPMutexDestroy RTSemMutexDestroy
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c196 RTSemMutexDestroy,
H A DVBoxGuest-haiku-stubs.c404 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hFastMtx) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp149 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp172 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c43 #define LWIPMutexDestroy RTSemMutexDestroy
/vbox/include/iprt/
H A Dsemaphore.h500 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp337 { "RTSemMutexDestroy", (void *)RTSemMutexDestroy },
574 RTSemMutexDestroy(pDevExt->mtxGip);
587 RTSemMutexDestroy(pDevExt->mtxTscDelta);
594 RTSemMutexDestroy(pDevExt->mtxLdr);
630 RTSemMutexDestroy(pDevExt->mtxGip);
632 RTSemMutexDestroy(pDevExt->mtxTscDelta);
641 RTSemMutexDestroy(pDevExt->mtxLdr);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2627 RTSemMutexDestroy(pThis->u.s.hWinIfMutex);
3360 RTSemMutexDestroy(pThis->u.s.hWinIfMutex);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1277 int rc = RTSemMutexDestroy(pMtx->hMtx); AssertRC(rc);
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp2155 RTSemMutexDestroy(pHidState->fifoEventQueueLock);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp4246 RTSemMutexDestroy(g_hErrorInfoLock);
4547 RTSemMutexDestroy(g_hErrorInfoLock);
/vbox/src/VBox/Storage/
H A DISCSI.cpp3743 RTSemMutexDestroy(pImage->Mutex);
3763 RTSemMutexDestroy(pImage->MutexReqQueue);

Completed in 326 milliseconds

12