Searched refs:locked2 (Results 1 – 2 of 2) sorted by relevance
769 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitQueueLength() local785 locked2.countDown(); in testGetWaitQueueLength()803 await(locked2); in testGetWaitQueueLength()827 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local841 locked2.countDown(); in testGetWaitingThreads()861 await(locked2); in testGetWaitingThreads()1011 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local1025 locked2.countDown(); in testSignalWakesFifo()1030 await(locked2); in testSignalWakesFifo()
1138 final CountDownLatch locked2 = new CountDownLatch(1); in testSignalWakesFifo() local1153 locked2.countDown(); in testSignalWakesFifo()1158 await(locked2); in testSignalWakesFifo()1581 final CountDownLatch locked2 = new CountDownLatch(1); in testGetWaitingThreads() local1595 locked2.countDown(); in testGetWaitingThreads()1607 await(locked2); in testGetWaitingThreads()