Searched refs:VERR_SEM_OUT_OF_TURN (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp136 VERR_SEM_OUT_OF_TURN);
169 VERR_SEM_OUT_OF_TURN);
206 VERR_SEM_OUT_OF_TURN);
239 VERR_SEM_OUT_OF_TURN);
/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp824 rc = VERR_SEM_OUT_OF_TURN;
854 else if (rc == VERR_SEM_OUT_OF_TURN)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp1102 * @retval VERR_SEM_OUT_OF_TURN if not waitable.
1123 return VERR_SEM_OUT_OF_TURN;
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 Derr.h1191 #define VERR_SEM_OUT_OF_TURN (-366) macro

Completed in 2877 milliseconds