Home
last modified time | relevance | path

Searched refs:testInterruptible_await (Results 1 – 4 of 4) 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
DAbstractQueuedLongSynchronizerTest.java1005 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DAbstractQueuedSynchronizerTest.java1008 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DReentrantReadWriteLockTest.java1064 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method in ReentrantReadWriteLockTest