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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DStampedLockTest.java31 * A runnable calling writeLockInterruptibly
37 lock.writeLockInterruptibly();
42 * A runnable calling writeLockInterruptibly that expects to be
49 lock.writeLockInterruptibly();
281 * writeLockInterruptibly is interruptible
291 lock.writeLockInterruptibly();
572 * writeLockInterruptibly succeeds if unlocked, else is interruptible
577 long s = lock.writeLockInterruptibly();
581 lock.writeLockInterruptibly();
601 s = lock.writeLockInterruptibly();
[all...]
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DStampedLock.java406 public long writeLockInterruptibly() throws InterruptedException { method in class:StampedLock
898 writeLockInterruptibly();

Completed in 24 milliseconds