Home
last modified time | relevance | path

Searched defs:testGetWaitingThreadsNPE (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java661 public void testGetWaitingThreadsNPE() { testGetWaitingThreadsNPE(false); } in testGetWaitingThreadsNPE() method
663 public void testGetWaitingThreadsNPE(boolean fair) { in testGetWaitingThreadsNPE() method
DReentrantReadWriteLockTest.java1438 public void testGetWaitingThreadsNPE() { testGetWaitingThreadsNPE(false); } in testGetWaitingThreadsNPE() method
1440 public void testGetWaitingThreadsNPE(boolean fair) { in testGetWaitingThreadsNPE() method
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java638 public void testGetWaitingThreadsNPE() { testGetWaitingThreadsNPE(false); } in testGetWaitingThreadsNPE() method in ReentrantLockTest
640 public void testGetWaitingThreadsNPE(boolean fair) { in testGetWaitingThreadsNPE() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1418 public void testGetWaitingThreadsNPE() { testGetWaitingThreadsNPE(false); } in testGetWaitingThreadsNPE() method in ReentrantReadWriteLockTest
1420 public void testGetWaitingThreadsNPE(boolean fair) { in testGetWaitingThreadsNPE() method in ReentrantReadWriteLockTest