Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java116 CountDownLatch computationLatch = new CountDownLatch(1); in testRemovalNotification_clear_basher() local
123 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch)); in testRemovalNotification_clear_basher()
152 computationLatch.countDown(); in testRemovalNotification_clear_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java454 CountDownLatch computationLatch = new CountDownLatch(1); in testRemovalNotification_clear_basher() local
460 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
490 computationLatch.countDown(); in testRemovalNotification_clear_basher()