Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java236 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest
238 public void testGetWriteHoldCount(boolean fair) { in testGetWriteHoldCount() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java259 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest
261 public void testGetWriteHoldCount(boolean fair) { in testGetWriteHoldCount() method in ReentrantReadWriteLockTest