Searched defs:CreateDestroyLock (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp221 RTSEMFASTMUTEX CreateDestroyLock; member in struct:GVMM
332 int rc = RTSemFastMutexCreate(&pGVMM->CreateDestroyLock);
449 RTSemFastMutexDestroy(pGVMM->CreateDestroyLock);
450 pGVMM->CreateDestroyLock = NIL_RTSEMFASTMUTEX;
500 RTSemFastMutexDestroy(pGVMM->CreateDestroyLock);
501 pGVMM->CreateDestroyLock = NIL_RTSEMFASTMUTEX;
674 int rc = RTSemFastMutexRequest(pGVMM->CreateDestroyLock);
689 int rc = RTSemFastMutexRelease(pGVMM->CreateDestroyLock);

Completed in 60 milliseconds