Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java800 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitQueueLength() local
816 locked2.countDown(); in testGetWaitQueueLength()
834 await(locked2); in testGetWaitQueueLength()
858 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
872 locked2.countDown(); in testGetWaitingThreads()
892 await(locked2); in testGetWaitingThreads()
1042 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1056 locked2.countDown(); in testSignalWakesFifo()
1061 await(locked2); in testSignalWakesFifo()
DReentrantReadWriteLockTest.java1169 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1184 locked2.countDown(); in testSignalWakesFifo()
1189 await(locked2); in testSignalWakesFifo()
1612 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
1626 locked2.countDown(); in testGetWaitingThreads()
1638 await(locked2); in testGetWaitingThreads()
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java777 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitQueueLength() local
793 locked2.countDown(); in testGetWaitQueueLength()
811 await(locked2); in testGetWaitQueueLength()
835 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
849 locked2.countDown(); in testGetWaitingThreads()
869 await(locked2); in testGetWaitingThreads()
1019 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1033 locked2.countDown(); in testSignalWakesFifo()
1038 await(locked2); in testSignalWakesFifo()
DReentrantReadWriteLockTest.java1149 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local
1164 locked2.countDown(); in testSignalWakesFifo()
1169 await(locked2); in testSignalWakesFifo()
1592 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local
1606 locked2.countDown(); in testGetWaitingThreads()
1618 await(locked2); in testGetWaitingThreads()