Searched refs:isErrnoError (Results 1 – 1 of 1) sorted by relevance
1978 if (!isErrnoError(e, OsConstants.EAGAIN)) { in run()1999 private static boolean isErrnoError(Exception e, int expectedValue) { in isErrnoError() method in VirtualMachine.TeeWorker