Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java662 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method
DReentrantReadWriteLockTest.java1439 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java639 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1419 public void testGetWaitingThreadsNPE_fair() { testGetWaitingThreadsNPE(true); } in testGetWaitingThreadsNPE_fair() method in ReentrantReadWriteLockTest