Searched refs:doneSignal (Results 1 – 4 of 4) sorted by relevance
241 final CountDownLatch doneSignal = new CountDownLatch(1); in testRemovalListener_replaced() local276 doneSignal.countDown(); in testRemovalListener_replaced()290 doneSignal.await(); in testRemovalListener_replaced()
343 final CountDownLatch doneSignal = new CountDownLatch(1); in testRecursiveComputation() local351 doneSignal.countDown(); in testRecursiveComputation()361 boolean done = doneSignal.await(1, TimeUnit.SECONDS); in testRecursiveComputation()
2340 final CountDownLatch doneSignal = new CountDownLatch(count); in testExpandDuringLoading() local2365 doneSignal.countDown(); in testExpandDuringLoading()2378 doneSignal.countDown(); in testExpandDuringLoading()2396 doneSignal.countDown(); in testExpandDuringLoading()2407 doneSignal.await(); in testExpandDuringLoading()2427 final CountDownLatch doneSignal = new CountDownLatch(3); in testExpandDuringRefresh() local2452 doneSignal.countDown(); in testExpandDuringRefresh()2466 doneSignal.countDown(); in testExpandDuringRefresh()2484 doneSignal.countDown(); in testExpandDuringRefresh()2495 doneSignal.await(); in testExpandDuringRefresh()
592 final CountDownLatch doneSignal = new CountDownLatch(2); in testCopyEntry_computing() local625 doneSignal.countDown(); in testCopyEntry_computing()643 doneSignal.countDown(); in testCopyEntry_computing()658 doneSignal.await(); in testCopyEntry_computing()692 final CountDownLatch doneSignal = new CountDownLatch(1); in testRemovalListener_replaced_computing() local720 doneSignal.countDown(); in testRemovalListener_replaced_computing()735 doneSignal.await(); in testRemovalListener_replaced_computing()