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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp255 RTSEMFASTMUTEX hInitLock; member in struct:PGMR0DYNMAP
258 /** The number of users (protected by hInitLock). */
407 rc = RTSemFastMutexCreate(&pThis->hInitLock);
417 RTSemFastMutexDestroy(pThis->hInitLock);
454 RTSemFastMutexDestroy(pThis->hInitLock);
455 pThis->hInitLock = NIL_RTSEMFASTMUTEX;
492 rc = RTSemFastMutexRequest(pThis->hInitLock);
515 RTSemFastMutexRelease(pThis->hInitLock);
536 int rc = RTSemFastMutexRequest(pThis->hInitLock);
598 RTSemFastMutexRelease(pThis->hInitLock);
[all...]

Completed in 331 milliseconds