Searched refs:readLockInterruptibly (Results 1 – 4 of 4) sorted by relevance
332 lock.readLockInterruptibly(); in testReadLockInterruptibly_Interruptible()599 s = lock.readLockInterruptibly(); in testReadLockInterruptibly()605 lock.readLockInterruptibly(); in testReadLockInterruptibly()
331 () -> lock.readLockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWhenPreInterrupted()396 () -> lock.readLockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWriteLockedInterrupted()726 long s = assertValid(lock, lock.readLockInterruptibly()); in testReadLockInterruptibly()1171 try { return sl.readLockInterruptibly(); } in readLockInterruptiblyUninterrupted()
606 public long readLockInterruptibly() throws InterruptedException { in readLockInterruptibly() method in StampedLock1041 readLockInterruptibly(); in lockInterruptibly()
17227 method public long readLockInterruptibly() throws java.lang.InterruptedException;