Searched refs:EventSemWait (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp374 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1);
382 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, RT_MIN((u64NanoTS - 1000000) / 1000000, 15));
574 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, cMilliSecs);
872 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1000);
897 int rc = RTSemEventSignal(pUVCpu->vm.s.EventSemWait);
930 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1000);
955 int rc = RTSemEventSignal(pUVCpu->vm.s.EventSemWait);
H A DVM.cpp503 pUVM->aCpus[i].vm.s.EventSemWait = NIL_RTSEMEVENT;
506 rc = RTSemEventCreate(&pUVM->aCpus[i].vm.s.EventSemWait);
568 RTSemEventDestroy(pUVM->aCpus[i].vm.s.EventSemWait);
569 pUVM->aCpus[i].vm.s.EventSemWait = NIL_RTSEMEVENT;
2584 RTSemEventSignal(pUVM->aCpus[i].vm.s.EventSemWait);
2614 RTSemEventDestroy(pUVM->aCpus[i].vm.s.EventSemWait);
2615 pUVM->aCpus[i].vm.s.EventSemWait = NIL_RTSEMEVENT;
/vbox/src/VBox/VMM/include/
H A DVMInternal.h341 RTSEMEVENT EventSemWait; member in struct:VMINTUSERPERVMCPU

Completed in 57 milliseconds