Searched refs:RTSemFastMutexCreate (Results 26 - 34 of 34) sorted by relevance

12

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp332 int rc = RTSemFastMutexCreate(&pGVMM->CreateDestroyLock);
335 rc = RTSemFastMutexCreate(&pGVMM->UsedLock);
H A DGMMR0.cpp783 int rc = RTSemFastMutexCreate(&pGMM->hMtx);
790 rc = RTSemFastMutexCreate(&pGMM->aChunkMtx[iMtx].hMtx);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp2419 int rc = RTSemFastMutexCreate(&pDevExt->mtxTracer);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp1995 rc = RTSemFastMutexCreate(&pWinIf->hSynchRequestMutex);
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2817 rc = RTSemFastMutexCreate(&pThis->MergeCompleteMutex);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1032 rc = RTSemFastMutexCreate(&pDevExt->MemBalloon.hMtx);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp439 int rc = RTSemFastMutexCreate(&pThis->u.hFastMtx);
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp407 rc = RTSemFastMutexCreate(&pThis->hInitLock);
/vbox/include/iprt/
H A Dmangling.h1272 # define RTSemFastMutexCreate RT_MANGLER(RTSemFastMutexCreate) macro

Completed in 240 milliseconds

12