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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp113 if (!RTSemPingIsSpeaker(&PingPong))
116 RTPrintf("tstSemPingPong: ERROR - RTSemPingIsSpeaker returned false before RTSemPing.\n");
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp198 if (!RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
201 if (RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
205 if (RTSemPingIsSpeaker(&pVM->dbgf.s.PingPong))
/vbox/include/iprt/
H A Dsemaphore.h1303 DECLINLINE(bool) RTSemPingIsSpeaker(PRTPINGPONG pPP) function
1315 * @remark This is NOT the same as !RTSemPingIsSpeaker().

Completed in 49 milliseconds