Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java631 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1408 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method in ReentrantReadWriteLockTest