Searched refs:INTERRUPTED (Results 1 – 12 of 12) sorted by relevance
114 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in size()137 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in truncate()143 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in truncate()163 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in force()207 } while ((n == FileDispatcher.INTERRUPTED) && isOpen()); in implLock()263 } while ((n == FileDispatcher.INTERRUPTED) && isOpen()); in tryLock()270 if (n == FileDispatcher.INTERRUPTED) in tryLock()321 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in implRead()375 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in implWrite()
198 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()226 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()250 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()278 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()310 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in position()338 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in position()360 } while ((s == IOStatus.INTERRUPTED) && isOpen()); in size()391 } while ((size == IOStatus.INTERRUPTED) && isOpen()); in truncate()398 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in truncate()407 } while ((rv == IOStatus.INTERRUPTED) && isOpen()); in truncate()[all …]
38 @Native public static final int INTERRUPTED = -3; // System call interrupted field in IOStatus
422 if ((n == IOStatus.INTERRUPTED) && isOpen()) { in read()482 if ((n == IOStatus.INTERRUPTED) && isOpen()) in read()513 if ((n == IOStatus.INTERRUPTED) && isOpen()) in write()546 if ((n == IOStatus.INTERRUPTED) && isOpen()) in write()576 if ((n == IOStatus.INTERRUPTED) && isOpen()) in sendOutOfBandData()692 if ( (n == IOStatus.INTERRUPTED) in connect()764 if ( (n == IOStatus.INTERRUPTED) in finishConnect()778 if ( (n == IOStatus.INTERRUPTED) in finishConnect()
37 public static final int INTERRUPTED = 2; // Request interrupted field in FileDispatcher
168 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()191 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()
173 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()204 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()
372 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in receive()380 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in receive()495 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in send()582 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()611 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()638 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()667 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()
251 if ((n == IOStatus.INTERRUPTED) && isOpen()) in accept()
100 private static final int INTERRUPTED = 6; field in FutureTask177 U.putOrderedInt(this, STATE, INTERRUPTED); in cancel()
120 private static final int INTERRUPTED = 6; // 0x6 field in FutureTask
297 private static final long INTERRUPTED = 1L; field in StampedLock390 if ((next = acquireWrite(true, deadline)) != INTERRUPTED) in tryWriteLock()409 (next = acquireWrite(true, 0L)) != INTERRUPTED) in writeLockInterruptibly()477 if ((next = acquireRead(true, deadline)) != INTERRUPTED) in tryReadLock()496 (next = acquireRead(true, 0L)) != INTERRUPTED) in readLockInterruptibly()1397 return (interrupted || Thread.interrupted()) ? INTERRUPTED : 0L; in cancelWaiter()