Searched defs:acquireInterruptibly (Results 1 - 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DAbstractQueuedLongSynchronizerTest.java78 public void acquireInterruptibly() throws InterruptedException { method in class:AbstractQueuedLongSynchronizerTest.Mutex
79 acquireInterruptibly(LOCKED);
108 * A runnable calling acquireInterruptibly that does not expect to
115 sync.acquireInterruptibly();
120 * A runnable calling acquireInterruptibly that expects to be
127 sync.acquireInterruptibly();
587 * acquireInterruptibly succeeds when released, else is interruptible
592 sync.acquireInterruptibly();
596 sync.acquireInterruptibly();
H A DAbstractQueuedSynchronizerTest.java82 public void acquireInterruptibly() throws InterruptedException { method in class:AbstractQueuedSynchronizerTest.Mutex
83 acquireInterruptibly(LOCKED);
112 * A runnable calling acquireInterruptibly that does not expect to
119 sync.acquireInterruptibly();
124 * A runnable calling acquireInterruptibly that expects to be
131 sync.acquireInterruptibly();
590 * acquireInterruptibly succeeds when released, else is interruptible
595 sync.acquireInterruptibly();
599 sync.acquireInterruptibly();
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DAbstractQueuedLongSynchronizer.java775 public final void acquireInterruptibly(long arg) method in class:AbstractQueuedLongSynchronizer
H A DAbstractQueuedSynchronizer.java63 * {@link #acquireInterruptibly} that can be invoked as
248 * sync.acquireInterruptibly(1);
1241 public final void acquireInterruptibly(int arg) method in class:AbstractQueuedSynchronizer

Completed in 30 milliseconds