Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java217 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest
218 public void testGetWriteHoldCount_fair() { testGetWriteHoldCount(true); } in testGetWriteHoldCount_fair()
219 public void testGetWriteHoldCount(boolean fair) { in testGetWriteHoldCount() method in ReentrantReadWriteLockTest