Searched refs:locked1 (Results 1 – 2 of 2) sorted by relevance
768 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitQueueLength() local775 locked1.countDown(); in testGetWaitQueueLength()795 await(locked1); in testGetWaitQueueLength()826 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local832 locked1.countDown(); in testGetWaitingThreads()851 await(locked1); in testGetWaitingThreads()1010 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local1015 locked1.countDown(); in testSignalWakesFifo()1020 await(locked1); in testSignalWakesFifo()
1137 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local1143 locked1.countDown(); in testSignalWakesFifo()1148 await(locked1); in testSignalWakesFifo()1580 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local1586 locked1.countDown(); in testGetWaitingThreads()1605 await(locked1); in testGetWaitingThreads()