Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java423 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantLockTest
425 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantLockTest
DReentrantReadWriteLockTest.java253 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantReadWriteLockTest
255 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java446 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantLockTest
448 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantLockTest
DReentrantReadWriteLockTest.java276 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantReadWriteLockTest
278 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantReadWriteLockTest