Searched refs:SHOULD_WAIT (Results 1 – 5 of 5) sorted by relevance
28 public static final int SHOULD_WAIT = 17; field in MojoResult75 case SHOULD_WAIT: in describe()
178 if (result.getMojoResult() != MojoResult.SHOULD_WAIT) { in readOutstandingMessages()
101 Assert.assertEquals(MojoResult.SHOULD_WAIT, in testReadAndDispatchMessageOnEmptyHandle()
254 && result.getMojoResult() != MojoResult.SHOULD_WAIT) { in readMessage()292 && result.getMojoResult() != MojoResult.SHOULD_WAIT) { in readData()
221 Assert.assertEquals(MojoResult.SHOULD_WAIT, readResult.getMojoResult()); in testMessagePipeEmpty()