Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java1670 public void testWriteLockToString() { testWriteLockToString(false); } in testWriteLockToString() method in ReentrantReadWriteLockTest
1671 public void testWriteLockToString_fair() { testWriteLockToString(true); } in testWriteLockToString_fair()
1672 public void testWriteLockToString(boolean fair) { in testWriteLockToString() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java1701 public void testWriteLockToString() { testWriteLockToString(false); } in testWriteLockToString() method
1702 public void testWriteLockToString_fair() { testWriteLockToString(true); } in testWriteLockToString_fair()
1703 public void testWriteLockToString(boolean fair) { in testWriteLockToString() method