Searched refs:RTSemEventMultiSignal (Results 26 - 50 of 52) sorted by relevance

123

/vbox/src/VBox/Runtime/r3/linux/
H A Dsemeventmulti-linux.cpp195 RTDECL(int) RTSemEventMultiSignal(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemeventmulti-win.cpp155 RTDECL(int) RTSemEventMultiSignal(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp484 rc = RTSemEventMultiSignal(g_hSupSvcWinEvent);
486 supSvcLogError("SERVICE_CONTROL_STOP: RTSemEventMultiSignal failed, %Rrc\n", rc);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp585 RTSemEventMultiSignal(g_AutoMountEvent);
H A DVBoxServiceVMInfo.cpp151 return RTSemEventMultiSignal(g_hVMInfoEvent);
1560 RTSemEventMultiSignal(g_hVMInfoEvent);
H A DVBoxServicePageSharing.cpp717 RTSemEventMultiSignal(g_PageSharingEvent);
H A DVBoxServiceStats.cpp667 RTSemEventMultiSignal(g_VMStatEvent);
/vbox/include/iprt/
H A Dsemaphore.h330 RTDECL(int) RTSemEventMultiSignal(RTSEMEVENTMULTI hEventMultiSem);
H A Dmangling.h1258 # define RTSemEventMultiSignal RT_MANGLER(RTSemEventMultiSignal) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp211 RTSemEventMultiSignal(pReq->hPushBackEvt);
282 RTSemEventMultiSignal(pPool->hThreadTermEvt);
H A Dthread.cpp672 RTSemEventMultiSignal(pThread->EventTerminated);
1068 rc = RTSemEventMultiSignal(pThread->EventUser);
/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp406 RTSemEventMultiSignal(pThis->ListenSem);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp592 int rc = RTSemEventMultiSignal(g_hSupSvcWinEvent);
594 autostartSvcLogError("SERVICE_CONTROL_STOP: RTSemEventMultiSignal failed, %Rrc\n", rc);
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1677 int rc = RTSemEventMultiSignal(pCurGVCpu->gvmm.s.HaltEventMulti);
1717 int rc = RTSemEventMultiSignal(pCurGVCpu->gvmm.s.HaltEventMulti);
1747 int rc = RTSemEventMultiSignal(pCurGVCpu->gvmm.s.HaltEventMulti);
1893 int rc2 = RTSemEventMultiSignal(pGVCpu->gvmm.s.HaltEventMulti);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1460 rc = RTSemEventMultiSignal(pWait->Event);
1725 rc |= RTSemEventMultiSignal(pWait->Event);
3560 * RTSemEventMultiSignal errors (completes processing despite errors).
3591 rc |= RTSemEventMultiSignal(pWait->Event);
3678 rc |= RTSemEventMultiSignal(pWait->Event);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp256 RTDECL(int) RTSemEventMultiSignal(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp741 int rc = RTSemEventMultiSignal(pThis->hEvtRead);
H A Dsemrw-lockless-generic.cpp824 int rc = RTSemEventMultiSignal(pThis->hEvtRead);
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp1605 rc = RTSemEventMultiSignal(pVM->vmm.s.hEvtMulRendezvousEnterAllAtOnce);
1690 rc = RTSemEventMultiSignal(pVM->vmm.s.hEvtMulRendezvousDone);
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp480 int rc = RTSemEventMultiSignal (pEntry->hEvent);
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp475 RTSemEventMultiSignal(m_event);
/vbox/src/VBox/Devices/Storage/
H A DUsbMsd.cpp1055 RTSemEventMultiSignal(pThis->hEvtReset);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp3206 RTSemEventMultiSignal(pVdma->HostCrCtlCompleteEvent);
3218 RTSemEventMultiSignal(pVdma->HostCrCtlCompleteEvent);
H A DDevVGA-SVGA.cpp2020 int rc2 = RTSemEventMultiSignal(pSVGAState->hBusyDelayedEmts);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp322 { "RTSemEventMultiSignal", (void *)RTSemEventMultiSignal },

Completed in 185 milliseconds

123