Searched refs:locked (Results 1 – 2 of 2) sorted by relevance
984 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local988 locked.countDown(); in testAwait()993 await(locked); in testAwait()1065 final CountDownLatch locked = new CountDownLatch(1); in testInterruptible() local1071 locked.countDown(); in testInterruptible()1082 await(locked); in testInterruptible()1104 final CountDownLatch locked = new CountDownLatch(2); in testSignalAll() local1109 locked.countDown(); in testSignalAll()1118 await(locked); in testSignalAll()1185 final CountDownLatch locked = new CountDownLatch(2); in testAwaitLockCount() local[all …]
582 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local586 locked.countDown(); in testAwait()591 await(locked); in testAwait()