Home
last modified time | relevance | path

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