Home
last modified time | relevance | path

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

/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