Home
last modified time | relevance | path

Searched refs:writeLockInterruptibly (Results 1 – 4 of 4) 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/test/java/util/concurrent/tck/
DStampedLockTest.java306 () -> lock.writeLockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWhenPreInterrupted()
371 () -> lock.writeLockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWriteLockedInterrupted()
393 () -> lock.writeLockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionReadLockedInterrupted()
678 long s = lock.writeLockInterruptibly(); in testWriteLockInterruptibly()
776 lock.writeLockInterruptibly(); in testValidateOptimisticWriteLocked2()
778 lock.writeLockInterruptibly(); in testValidateOptimisticWriteLocked2()
1110 try { return sl.writeLockInterruptibly(); } in writeLockInterruptiblyUninterrupted()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java532 public long writeLockInterruptibly() throws InterruptedException { in writeLockInterruptibly() method in StampedLock
1057 writeLockInterruptibly(); in lockInterruptibly()
/libcore/api/
Dcurrent.txt17063 method public long writeLockInterruptibly() throws java.lang.InterruptedException;