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

/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp69 RTDECL(int) RTSemPingPongInit(PRTPINGPONG pPP)
97 RTDECL(int) RTSemPingPongDelete(PRTPINGPONG pPP)
128 RTDECL(int) RTSemPing(PRTPINGPONG pPP)
161 RTDECL(int) RTSemPong(PRTPINGPONG pPP)
195 RTDECL(int) RTSemPingWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies)
228 RTDECL(int) RTSemPongWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies)
/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...]
/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp51 PRTPINGPONG pPP = (PRTPINGPONG)pvPP;

Completed in 51 milliseconds