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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp495 RTCRITSECT GiantCritSect; member in struct:GMM
781 int rc = RTCritSectInit(&pGMM->GiantCritSect);
843 RTCritSectDelete(&pGMM->GiantCritSect);
882 RTCritSectDelete(&pGMM->GiantCritSect);
968 int rc = RTCritSectEnter(&pGMM->GiantCritSect);
993 int rc = RTCritSectLeave(&pGMM->GiantCritSect);
1034 int rc1 = RTCritSectLeave(&pGMM->GiantCritSect); AssertRC(rc1);
1042 int rc2 = RTCritSectEnter(&pGMM->GiantCritSect); AssertRC(rc2);

Completed in 56 milliseconds