Searched refs:writeLockInterruptibly (Results 1 – 4 of 4) sorted by relevance
37 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()
306 () -> 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()
532 public long writeLockInterruptibly() throws InterruptedException { in writeLockInterruptibly() method in StampedLock1057 writeLockInterruptibly(); in lockInterruptibly()
17063 method public long writeLockInterruptibly() throws java.lang.InterruptedException;