Home
last modified time | relevance | path

Searched refs:computingLatch (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java58 final CountDownLatch computingLatch = new CountDownLatch(1); in testRemovalNotification_clear() local
59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch); in testRemovalNotification_clear()
85 computingLatch.countDown(); in testRemovalNotification_clear()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java388 final CountDownLatch computingLatch = new CountDownLatch(1); in testRemovalNotification_clear() local
392 computingLatch.await(); in testRemovalNotification_clear()
422 computingLatch.countDown(); in testRemovalNotification_clear()