Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java769 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitQueueLength() local
785 locked2.countDown(); in testGetWaitQueueLength()
803 await(locked2); in testGetWaitQueueLength()
827 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
841 locked2.countDown(); in testGetWaitingThreads()
861 await(locked2); in testGetWaitingThreads()
1011 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1025 locked2.countDown(); in testSignalWakesFifo()
1030 await(locked2); in testSignalWakesFifo()
DReentrantReadWriteLockTest.java1138 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1153 locked2.countDown(); in testSignalWakesFifo()
1158 await(locked2); in testSignalWakesFifo()
1581 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
1595 locked2.countDown(); in testGetWaitingThreads()
1607 await(locked2); in testGetWaitingThreads()