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/
DAbstractQueuedLongSynchronizerTest.java979 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DReentrantLockTest.java928 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method in ReentrantLockTest
DAbstractQueuedSynchronizerTest.java982 public void testInterruptible_await() { testInterruptible(AwaitMethod.await); }
DReentrantReadWriteLockTest.java1053 public void testInterruptible_await() { testInterruptible(false, AwaitMethod.await); } in testInterruptible_await() method in ReentrantReadWriteLockTest