Searched refs:testTryLock_Interruptible (Results 1 – 1 of 1) sorted by relevance
349 public void testTryLock_Interruptible() { testTryLock_Interruptible(false); } in testTryLock_Interruptible() method in ReentrantLockTest350 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