Searched refs:INTERRUPTED (Results 1 – 11 of 11) 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()
195 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()223 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()247 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()275 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()303 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in position()328 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in position()350 } while ((s == IOStatus.INTERRUPTED) && isOpen()); in size()380 } while ((size == IOStatus.INTERRUPTED) && isOpen()); in truncate()387 } while ((p == IOStatus.INTERRUPTED) && isOpen()); in truncate()396 } 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()
172 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()203 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()
394 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in receive()402 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in receive()515 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in send()602 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()631 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in read()658 } while ((n == IOStatus.INTERRUPTED) && isOpen()); in write()687 } 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()
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()