Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java776 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitQueueLength() local
783 locked1.countDown(); in testGetWaitQueueLength()
803 await(locked1); in testGetWaitQueueLength()
834 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local
840 locked1.countDown(); in testGetWaitingThreads()
859 await(locked1); in testGetWaitingThreads()
1018 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local
1023 locked1.countDown(); in testSignalWakesFifo()
1028 await(locked1); in testSignalWakesFifo()
DReentrantReadWriteLockTest.java1148 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local
1154 locked1.countDown(); in testSignalWakesFifo()
1159 await(locked1); in testSignalWakesFifo()
1591 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local
1597 locked1.countDown(); in testGetWaitingThreads()
1616 await(locked1); in testGetWaitingThreads()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java799 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitQueueLength() local
806 locked1.countDown(); in testGetWaitQueueLength()
826 await(locked1); in testGetWaitQueueLength()
857 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local
863 locked1.countDown(); in testGetWaitingThreads()
882 await(locked1); in testGetWaitingThreads()
1041 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local
1046 locked1.countDown(); in testSignalWakesFifo()
1051 await(locked1); in testSignalWakesFifo()
DReentrantReadWriteLockTest.java1168 final CountDownLatch locked1 = new CountDownLatch(1); in testSignalWakesFifo() local
1174 locked1.countDown(); in testSignalWakesFifo()
1179 await(locked1); in testSignalWakesFifo()
1611 final CountDownLatch locked1 = new CountDownLatch(1); in testGetWaitingThreads() local
1617 locked1.countDown(); in testGetWaitingThreads()
1636 await(locked1); in testGetWaitingThreads()