Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java592 public void testReadHoldingWriteLock() { testReadHoldingWriteLock(false); } in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest
594 public void testReadHoldingWriteLock(boolean fair) { in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java615 public void testReadHoldingWriteLock() { testReadHoldingWriteLock(false); } in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest
617 public void testReadHoldingWriteLock(boolean fair) { in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest