Searched refs:RTSemEventWait (Results 26 - 50 of 100) sorted by relevance

1234

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp165 rc = RTSemEventWait(pAioMgr->EventSem, pAioMgr->msBwLimitExpired);
H A DVMEmt.cpp374 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1);
382 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, RT_MIN((u64NanoTS - 1000000) / 1000000, 15));
393 rc = vmR3FatalWaitError(pUVCpu, "RTSemEventWait->%Rrc\n", rc);
574 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, cMilliSecs);
582 rc = vmR3FatalWaitError(pUVCpu, "RTSemEventWait->%Rrc\n", rc);
872 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1000);
877 rc = vmR3FatalWaitError(pUVCpu, "RTSemEventWait->%Rrc\n", rc);
930 rc = RTSemEventWait(pUVCpu->vm.s.EventSemWait, 1000);
935 rc = vmR3FatalWaitError(pUVCpu, "RTSemEventWait->%Rrc", rc);
H A DVMReq.cpp643 int rc = RTSemEventWait(pReq->EventSem, 0);
650 AssertMsgFailed(("rc=%Rrc from RTSemEventWait(%#x).\n", rc, pReq->EventSem));
664 Assert(RTSemEventWait(pReq->EventSem, 0) == VERR_TIMEOUT);
993 rc = RTSemEventWait(pReq->EventSem, cMillies);
998 rc = RTSemEventWait(pReq->EventSem, RT_INDEFINITE_WAIT);
H A DVMM.cpp1556 rc = RTSemEventWait(pVM->vmm.s.hEvtRendezvousEnterOneByOne, RT_INDEFINITE_WAIT);
1569 rc = RTSemEventWait(pVM->vmm.s.pahEvtRendezvousEnterOrdered[pVCpu->idCpu], RT_INDEFINITE_WAIT);
1620 rc = RTSemEventWait(pVM->vmm.s.pahEvtRendezvousEnterOrdered[pVCpu->idCpu], RT_INDEFINITE_WAIT);
1806 rc = RTSemEventWait(pVM->vmm.s.pahEvtRendezvousEnterOrdered[i], 0);
1809 rc = RTSemEventWait(pVM->vmm.s.hEvtRendezvousEnterOneByOne, 0); AssertLogRelMsg(rc == VERR_TIMEOUT || rc == VINF_SUCCESS, ("%Rrc\n", rc));
1812 rc = RTSemEventWait(pVM->vmm.s.hEvtRendezvousDoneCaller, 0); AssertLogRelMsg(rc == VERR_TIMEOUT || rc == VINF_SUCCESS, ("%Rrc\n", rc));
1837 rc = RTSemEventWait(pVM->vmm.s.hEvtRendezvousDoneCaller, RT_INDEFINITE_WAIT);
H A DFTM.cpp786 rc = RTSemEventWait(pVM->ftm.s.hShutdownEvent, 1000 /* 1 second */);
803 rc = RTSemEventWait(pVM->ftm.s.hShutdownEvent, pVM->ftm.s.uInterval);
951 int rc = RTSemEventWait(pVM->ftm.s.hShutdownEvent, pVM->ftm.s.uInterval);
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletion.cpp215 rc = RTSemEventWait(g_FinishedEventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp397 int rc = RTSemEventWait(pCtx->WaitEvent, RT_INDEFINITE_WAIT);
601 int rc = RTSemEventWait(pCtx->TermEvent, RT_INDEFINITE_WAIT);
H A DGuestDnDPrivate.cpp380 int rc = RTSemEventWait(m_EventSem, msTimeout);
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp233 RTSemEventWait(m->hDnsInitEvent, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp140 return RTSemEventWait(mNotifyEventSem, aMillies < 1000 ? 1000 : RT_MIN(aMillies, 5000));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPShgsmi.cpp102 int rc = RTSemEventWait(hEventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c412 rc = RTSemEventWait(pThis->hEventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.cpp76 rc = RTSemEventWait(WndRequestSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp295 rc = RTSemEventWait(pReq->finished, CLIPBOARD_TIMEOUT);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp423 RTSemEventWait(EventDone, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Runtime/common/misc/
H A Dreqqueue.cpp128 rc = RTSemEventWait(pQueue->EventSem, cMillies);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp222 int rc2 = RTSemEventWait(mSemEvent, RT_INDEFINITE_WAIT);
H A DVBoxDnDDropTarget.cpp600 int rc = RTSemEventWait(hEventDrop, msTimeout);
/vbox/include/iprt/
H A Dsemaphore.h104 * RTSemEventCreate, RTSemEventSignal and RTSemEventWait.
156 * one thread have successfully returned from RTSemEventWait() after
179 RTDECL(int) RTSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies);
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp293 int rc = RTSemEventWait(pCritSect->EventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp493 RTDECL(int) RTSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies) function
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp241 RTSemEventWait(pThis->EventRecv, RT_INDEFINITE_WAIT);
269 int rc = RTSemEventWait(pThis->EventUrgRecv, RT_INDEFINITE_WAIT);
321 rc = RTSemEventWait(pThis->EventRecv, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp987 int rc2 = RTSemEventWait(m_hEventSem, 25 /* ms */);
1038 int rc2 = RTSemEventWait(m_hEventSem, 25 /* ms */);
2081 rc = RTSemEventWait(m_hEventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp617 RTSemEventWait(pThis->m_EventSem, cMillies);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile146 generic/RTSemEventWait-2-ex-generic.o \

Completed in 172 milliseconds

1234