Home
last modified time | relevance | path

Searched refs:testInterruptible_await (Results 1 – 8 of 8) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java936 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method in ReentrantLockTest
DAbstractQueuedSynchronizerTest.java1008 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DAbstractQueuedLongSynchronizerTest.java1005 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DReentrantReadWriteLockTest.java1064 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java959 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method
DAbstractQueuedSynchronizerTest.java1036 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DAbstractQueuedLongSynchronizerTest.java1033 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DReentrantReadWriteLockTest.java1084 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method