Home
last modified time | relevance | path

Searched refs:lockInterruptibly (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DLock.java234 void lockInterruptibly() throws InterruptedException; in lockInterruptibly() method
DReentrantLock.java343 public void lockInterruptibly() throws InterruptedException { in lockInterruptibly() method in ReentrantLock
DReentrantReadWriteLock.java773 public void lockInterruptibly() throws InterruptedException { in lockInterruptibly() method in ReentrantReadWriteLock.ReadLock
1004 public void lockInterruptibly() throws InterruptedException { in lockInterruptibly() method in ReentrantReadWriteLock.WriteLock
DStampedLock.java881 public void lockInterruptibly() throws InterruptedException { in lockInterruptibly() method in StampedLock.ReadLockView
897 public void lockInterruptibly() throws InterruptedException { in lockInterruptibly() method in StampedLock.WriteLockView
/libcore/ojluni/src/main/java/java/util/concurrent/
DDelayQueue.java211 lock.lockInterruptibly(); in take()
256 lock.lockInterruptibly(); in poll()
DLinkedBlockingQueue.java339 putLock.lockInterruptibly(); in put()
380 putLock.lockInterruptibly(); in offer()
439 takeLock.lockInterruptibly(); in take()
462 takeLock.lockInterruptibly(); in poll()
DArrayBlockingQueue.java334 lock.lockInterruptibly(); in put()
358 lock.lockInterruptibly(); in offer()
384 lock.lockInterruptibly(); in take()
397 lock.lockInterruptibly(); in poll()
DLinkedBlockingDeque.java412 lock.lockInterruptibly(); in offerFirst()
435 lock.lockInterruptibly(); in offerLast()
516 lock.lockInterruptibly(); in pollFirst()
534 lock.lockInterruptibly(); in pollLast()
DPriorityBlockingQueue.java544 lock.lockInterruptibly(); in take()
558 lock.lockInterruptibly(); in poll()
DScheduledThreadPoolExecutor.java1115 lock.lockInterruptibly(); in take()
1151 lock.lockInterruptibly(); in poll()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DStampedLockTest.java104 lockers.add(() -> lock.lockInterruptibly()); in lockLockers()
312 () -> lock.asWriteLock().lockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWhenPreInterrupted()
315 () -> lock.asReadLock().lockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWhenPreInterrupted()
375 () -> lock.asWriteLock().lockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWriteLockedInterrupted()
377 () -> lock.asReadLock().lockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionWriteLockedInterrupted()
395 () -> lock.asWriteLock().lockInterruptibly(), in testInterruptibleOperationsThrowInterruptedExceptionReadLockedInterrupted()
496 lock.asReadLock().lockInterruptibly(); in testMultipleReadLocks()
693 lock.asReadLock().lockInterruptibly(); in testReadLockInterruptibly()
DReentrantReadWriteLockTest.java67 lock.writeLock().lockInterruptibly(); in realRun()
79 lock.writeLock().lockInterruptibly(); in realRun()
344 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly_Interruptible()
384 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly_Interruptible()
862 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly()
866 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly()
885 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly()
887 lock.writeLock().lockInterruptibly(); in testReadLockInterruptibly()
891 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly()
DReentrantLockTest.java66 lock.lockInterruptibly(); in realRun()
78 lock.lockInterruptibly(); in realRun()
503 lock.lockInterruptibly(); in testLockInterruptibly()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/locks/
DReentrantLock.java55 public void lockInterruptibly() throws java.lang.InterruptedException { in lockInterruptibly() method in ReentrantLock
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java44 lock.writeLock().lockInterruptibly(); in realRun()
56 lock.writeLock().lockInterruptibly(); in realRun()
321 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly_Interruptible()
361 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly_Interruptible()
839 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly()
843 lock.writeLock().lockInterruptibly(); in testWriteLockInterruptibly()
862 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly()
864 lock.writeLock().lockInterruptibly(); in testReadLockInterruptibly()
868 lock.readLock().lockInterruptibly(); in testReadLockInterruptibly()
DReentrantLockTest.java43 lock.lockInterruptibly(); in realRun()
55 lock.lockInterruptibly(); in realRun()
480 lock.lockInterruptibly(); in testLockInterruptibly()
/libcore/api/
Dcurrent.txt15516 method public void lockInterruptibly() throws java.lang.InterruptedException;
15555 method public void lockInterruptibly() throws java.lang.InterruptedException;
15588 method public void lockInterruptibly() throws java.lang.InterruptedException;
15600 method public void lockInterruptibly() throws java.lang.InterruptedException;