Searched defs:testGetWriteHoldCount (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ | ||
D | ReentrantReadWriteLockTest.java | 236 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest |
/libcore/ojluni/src/test/java/util/concurrent/tck/ | ||
D | ReentrantReadWriteLockTest.java | 259 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest |