Searched defs:PingPong (Results 1 - 2 of 2) 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/include/
H A DDBGFInternal.h218 RTPINGPONG PingPong; member in struct:DBGF

Completed in 33 milliseconds