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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp54 if (!RTSemPongShouldWait(pPP))
57 RTPrintf("tstSemPingPong: ERROR - RTSemPongShouldWait returned false before RTSemPongWait.\n");
/vbox/include/iprt/
H A Dsemaphore.h1329 * @remark This is NOT the same as !RTSemPongShouldWait().
1347 DECLINLINE(bool) RTSemPongShouldWait(PRTPINGPONG pPP) function
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp1122 if (!RTSemPongShouldWait(&pVM->dbgf.s.PingPong))

Completed in 53 milliseconds