Searched refs:RTCritSectDelete (Results 51 - 75 of 93) sorted by relevance

1234

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp395 RTCritSectDelete(&sLock);
/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp237 RTCritSectDelete(&pPriv->CritSect);
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp194 RTCritSectDelete(&m->m_csThis);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp1161 RTCritSectDelete(&g_csLog);
/vbox/src/VBox/Devices/USB/
H A DDrvVUSBRootHub.cpp951 RTCritSectDelete(&pRh->CritSectDevices);
952 RTCritSectDelete(&pRh->CritSectFreeUrbs);
H A DVUSBDevice.cpp1278 RTCritSectDelete(&pDev->aPipes[i].CritSectCtrl);
1293 RTCritSectDelete(&pDev->CritSectAsyncUrbs);
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp80 # define RTCritSectDelete(a) rtcsNoop() macro
769 RTCritSectDelete(&pDevLnx->CritSect);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp912 RTCritSectDelete(&pEndpointClass->CritSect);
952 RTCritSectDelete(&pEndpointClass->CritSect);
H A DDBGFInfo.cpp119 int rc = RTCritSectDelete(&pUVM->dbgf.s.InfoCritSect);
H A DPDMBlkCache.cpp1140 RTCritSectDelete(&pBlkCacheGlobal->CritSect);
1166 RTCritSectDelete(&pBlkCacheGlobal->CritSect);
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp1365 RTCritSectDelete(&pThis->DevAccessLock);
1368 RTCritSectDelete(&pThis->XmitLock);
H A DDrvTAP.cpp821 RTCritSectDelete(&pThis->XmitLock);
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1300 RTCritSectDelete(&pDevOsX->CritSect);
1401 RTCritSectDelete(&pDevOsX->CritSect);
/vbox/src/VBox/Devices/Input/
H A DUsbKbd.cpp1225 RTCritSectDelete(&pThis->CritSect);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp932 RTCritSectDelete(&pThis->CritSect);
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp828 int rc = RTCritSectDelete(&mWaitEventCritSect);
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp229 RTCritSectDelete(&pNode->CritSect);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp948 int rc = RTCritSectDelete(&g_csMachines);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp178 RTCritSectDelete(&mUpdateLock);
/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp1039 RTCritSectDelete(&pPool->CritSect);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp145 RTCritSectDelete(&mCritSect);
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp390 RTCritSectDelete(&pThis->CritSect);
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp1816 RTCritSectDelete(&pDisk->CritSectVerify);
1852 RTCritSectDelete(&pDisk->CritSectVerify);
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp787 ::RTCritSectDelete(&mcsQLock);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp589 RTCritSectDelete(&m_critSect);

Completed in 512 milliseconds

1234