Searched refs:RTSemPong (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp161 RTDECL(int) RTSemPong(PRTPINGPONG pPP) function
184 RT_EXPORT_SYMBOL(RTSemPong); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp3 * IPRT Testcase - RTSemPing/RTSemPong.
71 RTPrintf("tstSemPingPong: ERROR - RTSemPongIsSpeaker returned false before RTSemPong.\n");
74 rc = RTSemPong(pPP);
78 RTPrintf("tstSemPingPong: ERROR - RTSemPong -> %Rrc\n", rc);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp986 rc = RTSemPong(&pVM->dbgf.s.PingPong);
1001 rc = RTSemPong(&pVM->dbgf.s.PingPong);
1152 int rc = RTSemPong(&pVM->dbgf.s.PingPong);
1186 int rc = RTSemPong(&pVM->dbgf.s.PingPong);
/vbox/include/iprt/
H A Dsemaphore.h1273 RTDECL(int) RTSemPong(PRTPINGPONG pPP);
H A Dmangling.h1290 # define RTSemPong RT_MANGLER(RTSemPong) macro

Completed in 2567 milliseconds