Home
last modified time | relevance | path

Searched refs:readLockInterruptibly (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DStampedLockTest.java332 lock.readLockInterruptibly(); in testReadLockInterruptibly_Interruptible()
599 s = lock.readLockInterruptibly(); in testReadLockInterruptibly()
605 lock.readLockInterruptibly(); in testReadLockInterruptibly()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DStampedLockTest.java331 () -> 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()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java606 public long readLockInterruptibly() throws InterruptedException { in readLockInterruptibly() method in StampedLock
1041 readLockInterruptibly(); in lockInterruptibly()
/libcore/api/
Dcurrent.txt17227 method public long readLockInterruptibly() throws java.lang.InterruptedException;