Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java573 public void testReadHoldingWriteLock() { testReadHoldingWriteLock(false); } in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest
574 public void testReadHoldingWriteLock_fair() { testReadHoldingWriteLock(true); } in testReadHoldingWriteLock_fair()
575 public void testReadHoldingWriteLock(boolean fair) { in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest