Searched refs:locked (Results 1 – 5 of 5) 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()
1015 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local1019 locked.countDown(); in testAwait()1024 await(locked); in testAwait()1096 final CountDownLatch locked = new CountDownLatch(1); in testInterruptible() local1102 locked.countDown(); in testInterruptible()1113 await(locked); in testInterruptible()1135 final CountDownLatch locked = new CountDownLatch(2); in testSignalAll() local1140 locked.countDown(); in testSignalAll()1149 await(locked); in testSignalAll()1216 final CountDownLatch locked = new CountDownLatch(2); in testAwaitLockCount() local[all …]
613 final CountDownLatch locked = new CountDownLatch(1); in testAwait() local617 locked.countDown(); in testAwait()622 await(locked); in testAwait()
770 final CountDownLatch locked = new CountDownLatch(1); in testValidateOptimisticWriteLocked2() local777 locked.countDown(); in testValidateOptimisticWriteLocked2()781 locked.await(); in testValidateOptimisticWriteLocked2()