Searched defs:PRTPINGPONG (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dsemaphore.h1238 typedef RTPINGPONG *PRTPINGPONG; typedef
1246 RTDECL(int) RTSemPingPongInit(PRTPINGPONG pPP);
1255 RTDECL(int) RTSemPingPongDelete(PRTPINGPONG pPP);
1264 RTDECL(int) RTSemPing(PRTPINGPONG pPP);
1273 RTDECL(int) RTSemPong(PRTPINGPONG pPP);
1283 RTDECL(int) RTSemPingWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies);
1293 RTDECL(int) RTSemPongWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies);
1303 DECLINLINE(bool) RTSemPingIsSpeaker(PRTPINGPONG pPP)
1317 DECLINLINE(bool) RTSemPongIsSpeaker(PRTPINGPONG pPP)
1331 DECLINLINE(bool) RTSemPingShouldWait(PRTPINGPONG pP
[all...]

Completed in 66 milliseconds