Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java393 public void testWriteTryLock() { testWriteTryLock(false); } in testWriteTryLock() method in ReentrantReadWriteLockTest
394 public void testWriteTryLock_fair() { testWriteTryLock(true); } in testWriteTryLock_fair()
395 public void testWriteTryLock(boolean fair) { in testWriteTryLock() method in ReentrantReadWriteLockTest
DStampedLockTest.java365 public void testWriteTryLock() { in testWriteTryLock() method in StampedLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java416 public void testWriteTryLock() { testWriteTryLock(false); } in testWriteTryLock() method in ReentrantReadWriteLockTest
417 public void testWriteTryLock_fair() { testWriteTryLock(true); } in testWriteTryLock_fair()
418 public void testWriteTryLock(boolean fair) { in testWriteTryLock() method in ReentrantReadWriteLockTest