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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp127 if (!RTSemPingShouldWait(&PingPong))
130 RTPrintf("tstSemPingPong: ERROR - RTSemPingShouldWait returned false before RTSemPingWait.\n");
/vbox/include/iprt/
H A Dsemaphore.h1331 DECLINLINE(bool) RTSemPingShouldWait(PRTPINGPONG pPP) function
1345 * @remark This is NOT the same as !RTSemPingShouldWait().
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp191 && RTSemPingShouldWait(&pVM->dbgf.s.PingPong))

Completed in 47 milliseconds