Searched refs:readLockInterruptibly (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DStampedLockTest.java322 * readLockInterruptibly is interruptible
332 lock.readLockInterruptibly();
593 * readLockInterruptibly succeeds if lock free else is interruptible
599 s = lock.readLockInterruptibly();
605 lock.readLockInterruptibly();
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DStampedLock.java493 public long readLockInterruptibly() throws InterruptedException { method in class:StampedLock
882 readLockInterruptibly();

Completed in 26 milliseconds