Searched refs:SUPSemEventWaitNoResume (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp59 return SUPSemEventWaitNoResume(g_pSession, hEvent, g_cMillies);
117 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 0), VERR_TIMEOUT);
118 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 1), VERR_TIMEOUT);
119 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 2), VERR_TIMEOUT);
120 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 8), VERR_TIMEOUT);
121 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent,20), VERR_TIMEOUT);
123 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 0), VINF_SUCCESS);
125 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 1), VINF_SUCCESS);
127 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSession, hEvent, 2), VINF_SUCCESS);
129 RTTESTI_CHECK_RC(SUPSemEventWaitNoResume(pSessio
[all...]
H A DtstSupSem-Zombie.cpp57 int rc = SUPSemEventWaitNoResume(g_pSession, hEvent, 120*1000);
77 int rc = SUPSemEventWaitNoResume(g_pSession, hEvent, RT_INDEFINITE_WAIT);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibSem.cpp136 SUPDECL(int) SUPSemEventWaitNoResume(PSUPDRVSESSION pSession, SUPSEMEVENT hEvent, uint32_t cMillies) function
H A DSUPDrvSem.cpp194 SUPDECL(int) SUPSemEventWaitNoResume(PSUPDRVSESSION pSession, SUPSEMEVENT hEvent, uint32_t cMillies) function
H A DSUPDrv.cpp206 { "SUPSemEventWaitNoResume", (void *)SUPSemEventWaitNoResume },
1996 pReq->Hdr.rc = SUPSemEventWaitNoResume(pSession, hEvent, pReq->u.In.uArg.cRelMsTimeout);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp170 int rc = SUPSemEventWaitNoResume(pSession, hEvent, RT_INDEFINITE_WAIT);
173 int rc = SUPSemEventWaitNoResume(pSession, hEvent, RT_INDEFINITE_WAIT);
H A DPDMAllCritSectRw.cpp846 rc = SUPSemEventWaitNoResume(pThis->s.CTX_SUFF(pVM)->pSession,
895 /* We cannot call SUPSemEventWaitNoResume in this context. Go back to
/vbox/include/VBox/
H A Dsup.h833 SUPDECL(int) SUPSemEventWaitNoResume(PSUPDRVSESSION pSession, SUPSEMEVENT hEvent, uint32_t cMillies);
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp625 int rc = SUPSemEventWaitNoResume(pThis->pSupDrvSession, pThis->hXmitEvt, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp2134 SUPSemEventWaitNoResume(pThis->svga.pSupDrvSession, pThis->svga.FIFORequestSem, i < 16 ? 1 : 2);
2210 rc = SUPSemEventWaitNoResume(pThis->svga.pSupDrvSession, pThis->svga.FIFORequestSem, 250);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp4174 rc = SUPSemEventWaitNoResume(pThis->pSupDrvSession, pThis->hEvtProcess, RT_INDEFINITE_WAIT);
H A DDevAHCI.cpp6629 rc = SUPSemEventWaitNoResume(pAhci->pSupDrvSession, pAhciPort->hEvtProcess, RT_INDEFINITE_WAIT);

Completed in 132 milliseconds