Searched refs:PingPong (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp94 RTPINGPONG PingPong; local
95 int rc = RTSemPingPongInit(&PingPong);
103 rc = RTThreadCreate(&hThread, tstSemPingPongThread, &PingPong, 0, RTTHREADTYPE_DEFAULT, RTTHREADFLAGS_WAITABLE, "PONG");
113 if (!RTSemPingIsSpeaker(&PingPong))
119 rc = RTSemPing(&PingPong);
127 if (!RTSemPingShouldWait(&PingPong))
133 rc = RTSemPingWait(&PingPong, RT_INDEFINITE_WAIT);
150 rc = RTSemPingPongDelete(&PingPong);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp191 && RTSemPingShouldWait(&pVM->dbgf.s.PingPong))
192 RTSemPingWait(&pVM->dbgf.s.PingPong, 5000);
198 if (!RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
201 if (RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
205 if (RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
219 rc = RTSemPing(&pVM->dbgf.s.PingPong);
258 rc = RTSemPingWait(&pVM->dbgf.s.PingPong, cPollHack);
481 int rc = RTSemPing(&pVM->dbgf.s.PingPong);
683 rc = RTSemPingWait(&pVM->dbgf.s.PingPong, cPollHack);
884 int rc2 = RTSemPing(&pVM->dbgf.s.PingPong);
[all...]
/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h218 RTPINGPONG PingPong; member in struct:DBGF
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h214 GEN_CHECK_OFF(DBGF, PingPong);

Completed in 123 milliseconds