Searched refs:RTCritSectDelete (Results 1 - 25 of 93) sorted by relevance

1234

/vbox/src/VBox/Runtime/generic/
H A Dsemfastmutex-generic.cpp62 int rc = RTCritSectDelete(pCritSect);
H A Dcritsect-generic.cpp511 RTDECL(int) RTCritSectDelete(PRTCRITSECT pCritSect) function
550 RT_EXPORT_SYMBOL(RTCritSectDelete); variable
/vbox/include/iprt/cpp/
H A Dlock.h87 RTCritSectDelete(&mMtx);
/vbox/src/VBox/Runtime/r3/generic/
H A Dsemspinmutex-r3-generic.cpp65 int rc = RTCritSectDelete(pCritSect);
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboard.cpp267 RTCritSectDelete(&g_critsect);
311 RTCritSectDelete(&g_critsect);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dsystemmem-solaris.cpp89 RTCritSectDelete(&g_rtSysMemSolCritSect);
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp123 RTCritSectDelete(&g_CleanUpCritSect);
160 RTCritSectDelete(&g_CleanUpCritSect);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp80 DECLINLINE(int) RTCritSectDelete(PCRITICAL_SECTION pCritSect) function
234 RTTEST_CHECK_RC_RET(g_hTest, RTCritSectDelete(&CritSect), VINF_SUCCESS, 1);
429 RTTEST_CHECK_RC(g_hTest, RTCritSectDelete(&CritSect), VINF_SUCCESS);
/vbox/src/VBox/Main/glue/
H A DEventQueue.cpp50 int rc = RTCritSectDelete(&mCritSect);
/vbox/src/VBox/Main/src-client/
H A DHGCMObjects.cpp72 RTCritSectDelete (&g_critsect);
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp151 RTCritSectDelete(&this->CritSect);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp720 RTCritSectDelete(&pThis->CritSect);
724 RTCritSectDelete(&pThis->VerifyCritSect);
994 RTCritSectDelete(&pThis->VerifyCritSect);
995 RTCritSectDelete(&pThis->CritSect);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dshflhandle.cpp65 RTCritSectDelete(&lock);
/vbox/src/VBox/Devices/USB/
H A DVUSBReadAhead.cpp269 RTCritSectDelete(&pThis->CritSectBuffUrbList);
424 rc = RTCritSectDelete(&pThis->CritSectBuffUrbList);
/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp385 int rc2 = RTCritSectDelete(&pThis->CritSect);
409 RTCritSectDelete(&pThis->CritSect);
630 RTCritSectDelete(&pThis->CritSect);
718 int rc2 = RTCritSectDelete(&pThis->CritSect);
743 RTCritSectDelete(&pThis->CritSect);
H A Dpipe-win.cpp308 RTCritSectDelete(&pThisW->CritSect);
310 RTCritSectDelete(&pThisR->CritSect);
425 RTCritSectDelete(&pThis->CritSect);
551 RTCritSectDelete(&pThis->CritSect);
/vbox/src/VBox/Devices/Network/
H A DDrvNetSniffer.cpp355 RTCritSectDelete(&pThis->Lock);
358 RTCritSectDelete(&pThis->XmitLock);
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp125 RTCritSectDelete(&pCtx->clipboardMutex);
174 RTCritSectDelete(&pCtx->clipboardMutex);
H A Dservice.cpp310 RTCritSectDelete (&critsect);
320 RTCritSectDelete (&critsect);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp226 RTCritSectDelete(&gCtx.CritSect);
318 int rc2 = RTCritSectDelete(&pCtx->CritSect);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp472 RTCritSectDelete(&pShaper->Lock);
542 RTCritSectDelete(&pShaper->Lock);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp653 RTCritSectDelete(&g_TcpCritSect);
686 RTCritSectDelete(&g_TcpCritSect);
/vbox/include/iprt/
H A Dcritsect.h279 RTDECL(int) RTCritSectDelete(PRTCRITSECT pCritSect);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp359 RTCritSectDelete(&pDbgMod->CritSect);
441 RTCritSectDelete(&pDbgMod->CritSect);
919 RTCritSectDelete(&pDbgMod->CritSect);
1171 RTCritSectDelete(&pDbgMod->CritSect);
1462 RTCritSectDelete(&pDbgMod->CritSect);
1510 RTCritSectDelete(&pDbgMod->CritSect);
/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp164 RTCritSectDelete(&g_critsect);
850 RTCritSectDelete(&g_critsect);

Completed in 110 milliseconds

1234