Searched refs:RTSemEventWait (Results 1 - 25 of 100) sorted by relevance

1234

/vbox/src/VBox/Runtime/generic/
H A DRTSemEventWait-2-ex-generic.cpp3 * IPRT - RTSemEventWait, implementation based on RTSemEventWaitEx.
40 RTDECL(int) RTSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies) function
52 RT_EXPORT_SYMBOL(RTSemEventWait); variable
H A DRTSemEventWait-generic.cpp3 * IPRT - RTSemEventWait, generic RTSemEventWaitNoResume wrapper.
41 RTDECL(int) RTSemEventWait(RTSEMEVENT EventSem, RTMSINTERVAL cMillies) function
66 RT_EXPORT_SYMBOL(RTSemEventWait); variable
H A Dtimer-generic.cpp246 int rc = RTSemEventWait(pTimer->Event, RT_INDEFINITE_WAIT);
285 int rc = RTSemEventWait(pTimer->Event, cNanoSeconds < 1000000 ? 1 : cNanoSeconds / 1000000);
H A Dtimerlr-generic.cpp283 int rc = RTSemEventWait(pThis->hEvent, RT_INDEFINITE_WAIT);
340 int rc = RTSemEventWait(pThis->hEvent,
/vbox/src/VBox/Frontends/VBoxSDL/
H A DHelper.cpp62 RTSemEventWait(g_EventSemXPCOMQueueThread, 2500);
112 RTSemEventWait(g_EventSemXPCOMQueueThread, iWait);
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp77 rc = RTSemEventWait(eventSem, RT_INDEFINITE_WAIT);
83 return RTSemEventWait(eventSem, cMillies);
/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp232 vrc = RTSemEventWait(sem, cMillies / 2);
284 vrc = RTSemEventWait(sem, cMillies);
H A DClientTokenHolder.cpp308 vrc = RTSemEventWait(finishSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp211 int rc = RTSemEventWait(pPP->Ping, cMillies);
244 int rc = RTSemEventWait(pPP->Pong, cMillies);
H A Dreq.cpp112 int rc = RTSemEventWait(pReq->EventSem, 0);
119 AssertMsgFailed(("rc=%Rrc from RTSemEventWait(%#x).\n", rc, pReq->EventSem));
133 Assert(RTSemEventWait(pReq->EventSem, 0) == VERR_TIMEOUT);
304 rc = RTSemEventWait(pReq->EventSem, cMillies);
309 rc = RTSemEventWait(pReq->EventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c159 rc = RTSemEventWait(sem, cMillies);
342 RTSemEventWait(g_ThreadSem, RT_INDEFINITE_WAIT);
396 RTSemEventWait(g_ThreadSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c166 rc = RTSemEventWait(*sem, cMillies);
463 RTSemEventWait(g_ThreadSem, RT_INDEFINITE_WAIT);
518 RTSemEventWait(g_ThreadSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Main/src-server/darwin/
H A DHostDnsServiceDarwin.cpp124 RTSemEventWait(m->m_evtStop, RT_INDEFINITE_WAIT);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp560 RTSemEventWait(pThis->hResponseEvent, 1000);
575 rc = RTSemEventWait(pThis->hResponseEvent, 59*1000); /* 59 sec */
608 supSvcLogError("supSvcGrantWait(,%s,%s) - RTSemEventWait returns %Rrc",
852 rc = RTSemEventWait(pThis->hSessionEvent, 60*1000 - u64Elapsed);
855 supSvcLogError("supSvcGrantTryStop - RTSemEventWait returns %Rrc", rc);
932 rc = RTSemEventWait(pThis->hSessionEvent, 60*1000 - u64Elapsed);
/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp346 int vrc = RTSemEventWait(that->mUpdateReq, 500);
366 ("RTSemEventWait returned %Rrc\n", vrc));
561 int rc = RTSemEventWait(that->mUpdateReq, cMillies);
724 int rc = RTSemEventWait(that->mUpdateReq, cMillies);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp245 rc = RTSemEventWait(pWorker->hSubmitEvent, cWaitMillis);
248 crWarning("RTSemEventWait failed, rc %d", rc);
278 rc = RTSemEventWait(pWorker->Ctl.hCompleteEvent, RT_INDEFINITE_WAIT);
289 crWarning("RTSemEventWait failed rc %d", rc);
390 rc = RTSemEventWait(pWorker->Ctl.hCompleteEvent, RT_INDEFINITE_WAIT);
397 crWarning("RTSemEventWait failed rc %d", rc);
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp335 RTSemEventWait(mZeroCallersSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp172 return RTSemEventWait(mNotifyEventSem, aMillies < 1000 ? 1000 : 5000);
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile139 RTSemEventWait-2-ex-generic.c \
/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp152 rc = RTSemEventWait(pThis->SendSem, cMillies);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c112 RTSemEventWait(dph->dph_event, (earliest - now) / RT_NS_1MS);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp205 int rc = RTSemEventWait(pIoBackend->EventSem, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile120 RTSemEventWait-2-ex-generic.c \
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile89 generic/RTSemEventWait-2-ex-generic.o \
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp353 RTDECL(int) RTSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies) function

Completed in 826 milliseconds

1234