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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp68 if (!RTSemPongIsSpeaker(pPP))
71 RTPrintf("tstSemPingPong: ERROR - RTSemPongIsSpeaker returned false before RTSemPong.\n");
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp984 if (RTSemPongIsSpeaker(&pVM->dbgf.s.PingPong))
1146 AssertReturn(RTSemPongIsSpeaker(&pVM->dbgf.s.PingPong), VERR_SEM_OUT_OF_TURN);
1178 AssertReturn(RTSemPongIsSpeaker(&pVM->dbgf.s.PingPong), VERR_SEM_OUT_OF_TURN);
/vbox/include/iprt/
H A Dsemaphore.h1301 * @remark This is NOT the same as !RTSemPongIsSpeaker().
1317 DECLINLINE(bool) RTSemPongIsSpeaker(PRTPINGPONG pPP) function

Completed in 317 milliseconds