Searched refs:computingLatch (Results 1 – 2 of 2) sorted by relevance
58 final CountDownLatch computingLatch = new CountDownLatch(1); in testRemovalNotification_clear() local59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch); in testRemovalNotification_clear()85 computingLatch.countDown(); in testRemovalNotification_clear()
388 final CountDownLatch computingLatch = new CountDownLatch(1); in testRemovalNotification_clear() local392 computingLatch.await(); in testRemovalNotification_clear()422 computingLatch.countDown(); in testRemovalNotification_clear()