Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java349 public void testTryLock_Interruptible() { testTryLock_Interruptible(false); } in testTryLock_Interruptible() method in ReentrantLockTest
350 public void testTryLock_Interruptible_fair() { testTryLock_Interruptible(true); } in testTryLock_Interruptible_fair()
351 public void testTryLock_Interruptible(boolean fair) { in testTryLock_Interruptible() method in ReentrantLockTest