Searched refs:RTSemEventSignal (Results 26 - 50 of 109) sorted by relevance

12345

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp183 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemevent-r0drv-nt.cpp134 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemevent-r0drv-os2.cpp129 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemevent-r0drv-solaris.c205 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp205 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp109 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemevent-win.cpp165 RTDECL(int) RTSemEventSignal(RTSEMEVENT hEventSem) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileFailsafe.cpp260 rc = RTSemEventSignal(pAioMgr->EventSemBlock);
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletion.cpp71 RTSemEventSignal(g_FinishedEventSem);
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp480 RTSemEventSignal(m_EventSem);
519 RTSemEventSignal(m_EventSem);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp559 return RTSemEventSignal(mSemEvent);
742 int rc2 = RTSemEventSignal(mSemEvent);
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp510 rc = RTSemEventSignal(pThis->WriteEvent);
851 rc = RTSemEventSignal(pThis->WriteEvent);
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp690 rc = RTSemEventSignal(pTimer->Event);
748 int rc = RTSemEventSignal(pTimer->Event);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp900 rc = RTSemEventSignal(pInt->workFinishedEvent);
964 rc = RTSemEventSignal(pInt->workFinishedEvent);
977 rc = RTSemEventSignal(pInt->workFinishedEvent);
984 return RTSemEventSignal(pInt->newStatusEvent);
H A DHostDnsService.cpp269 RTSemEventSignal(m->hDnsInitEvent);
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp146 return RTSemEventSignal(mNotifyEventSem);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp151 rc = RTSemEventSignal((RTSEMEVENT)pObj->pvUser1);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPShgsmi.cpp43 RTSemEventSignal((RTSEMEVENT)pvContext);
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c185 * Solaris: RTSemEventSignal will do bad stuff on S10 if interrupts are disabled.
202 * OSes on which RTSemEventSignal can be called from any context.
467 int rc = RTSemEventSignal(pThis->hEventSem);
468 AssertReleaseMsg(RT_SUCCESS(rc), ("RTSemEventSignal -> %Rrc\n", rc));
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp1308 rc2 = RTSemEventSignal(mEventSem);
1373 return RTSemEventSignal(mEventSem);
1395 return RTSemEventSignal(mEventSem);
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp189 ::RTSemEventSignal(m->mWaitEvent);
848 ::RTSemEventSignal(mQEvent);
926 ::RTSemEventSignal(tmp);
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp1042 RTSemEventSignal(pThis->hRecvEvt);
1136 RTSemEventSignal(pThis->hRecvEvt);
1175 RTSemEventSignal(hRecvEvt);
1842 RTSemEventSignal(pThis->hRecvEvt);
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp415 RTSemEventSignal(pReq->finished);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp347 RTSemEventSignal(pArgs->EventDone);
/vbox/src/VBox/Runtime/common/misc/
H A Dreq.cpp465 int rc2 = RTSemEventSignal(pReq->EventSem);

Completed in 91 milliseconds

12345