Searched refs:locked (Results 1 – 2 of 2) sorted by relevance
995 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local999 locked.countDown(); in testAwait()1004 await(locked); in testAwait()1076 final CountDownLatch locked = new CountDownLatch(1); in testInterruptible() local1082 locked.countDown(); in testInterruptible()1093 await(locked); in testInterruptible()1115 final CountDownLatch locked = new CountDownLatch(2); in testSignalAll() local1120 locked.countDown(); in testSignalAll()1129 await(locked); in testSignalAll()1196 final CountDownLatch locked = new CountDownLatch(2); in testAwaitLockCount() local[all …]
590 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local594 locked.countDown(); in testAwait()599 await(locked); in testAwait()