Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DStampedLockTest.java37 lock.writeLockInterruptibly(); in realRun()
49 lock.writeLockInterruptibly(); in realRun()
291 lock.writeLockInterruptibly(); in testWriteLockInterruptibly_Interruptible()
577 long s = lock.writeLockInterruptibly(); in testWriteLockInterruptibly()
581 lock.writeLockInterruptibly(); in testWriteLockInterruptibly()
601 s = lock.writeLockInterruptibly(); in testReadLockInterruptibly()
708 lock.writeLockInterruptibly(); in testValidateOptimisticWriteLocked2()
710 lock.writeLockInterruptibly(); in testValidateOptimisticWriteLocked2()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java406 public long writeLockInterruptibly() throws InterruptedException { in writeLockInterruptibly() method in StampedLock
898 writeLockInterruptibly(); in lockInterruptibly()