Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java649 public void testReadHoldingWriteLock2() { testReadHoldingWriteLock2(false); } in testReadHoldingWriteLock2() method in ReentrantReadWriteLockTest
650 public void testReadHoldingWriteLock2_fair() { testReadHoldingWriteLock2(true); } in testReadHoldingWriteLock2_fair()
651 public void testReadHoldingWriteLock2(boolean fair) { in testReadHoldingWriteLock2() method in ReentrantReadWriteLockTest