Searched refs:RTSemEventMultiReset (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemEventMulti.cpp196 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
209 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
215 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
216 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
217 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
227 RTTESTI_CHECK_RC_RETV(RTSemEventMultiReset(hSem), VINF_SUCCESS);
H A DtstRTLockValidator.cpp277 RTSemEventMultiReset(g_hThreadsStartedEvt);
366 RTTEST_CHECK_RC(g_hTest, RTSemEventMultiReset(g_hThreadsBlockingEvt), VINF_SUCCESS);
741 RTTEST_CHECK_RC(g_hTest, RTSemEventMultiReset(g_hSemEvtMulti), VINF_SUCCESS);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c272 rc = RTSemEventMultiReset((mbox)->nonfull);
311 rc = RTSemEventMultiReset((mbox)->nonfull);
379 rc = RTSemEventMultiReset((mbox)->nonempty);
419 rc = RTSemEventMultiReset((mbox)->nonempty);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemeventmulti-r0drv-linux.c205 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
225 RT_EXPORT_SYMBOL(RTSemEventMultiReset); variable
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp231 RTSemEventMultiReset(mCompletedSem);
286 RTSemEventMultiReset(mCompletedSem);
845 RTSemEventMultiReset(mCompletedSem);
907 RTSemEventMultiReset(mCompletedSem);
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c251 rc = RTSemEventMultiReset(mbox->nonfull);
317 rc = RTSemEventMultiReset(mbox->nonempty);
/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp458 RTSemEventMultiReset (m_eventSend);
544 RTSemEventMultiReset (m_eventThread);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemeventmulti-r0drv-freebsd.c195 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemeventmulti-r0drv-haiku.c163 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemeventmulti-r0drv-nt.cpp156 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemeventmulti-r0drv-os2.cpp153 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventmulti-r0drv-solaris.c225 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp207 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp613 rc = RTSemEventMultiReset(pThis->ReadEvent);
702 rc = RTSemEventMultiReset(pThis->ReadEvent);
H A Dsemxroads-generic.cpp291 int rc = RTSemEventMultiReset(pThis->aDirs[fDir].hEvt);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp350 rc = RTSemEventMultiReset((RTSEMEVENTMULTI)pObj->pvUser1);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemeventmulti-r0drv-darwin.cpp220 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemeventmulti-linux.cpp229 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemeventmulti-win.cpp184 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/include/iprt/
H A Dsemaphore.h338 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMThread.cpp740 RTSemEventMultiReset(pThread->Internal.s.SleepEvent);
930 int rc = RTSemEventMultiReset(pThread->Internal.s.BlockEvent);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp316 RTDECL(int) RTSemEventMultiReset(RTSEMEVENTMULTI hEventMultiSem) function
/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp506 RTSemEventMultiReset(hEvt);
H A Dthread.cpp1138 rc = RTSemEventMultiReset(pThread->EventUser);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp1543 rc2 = RTSemEventMultiReset(g_hVMInfoEvent);
1545 rc2 = VBoxServiceError("RTSemEventMultiReset failed; rc2=%Rrc\n", rc2);

Completed in 93 milliseconds

12