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/cache/
DCacheBuilderTest.java474 CountDownLatch computationLatch = new CountDownLatch(1); in testRemovalNotification_clear_basher() local
480 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
514 computationLatch.countDown(); in testRemovalNotification_clear_basher()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java483 CountDownLatch computationLatch = new CountDownLatch(1); in testRemovalNotification_clear_basher() local
489 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
523 computationLatch.countDown(); in testRemovalNotification_clear_basher()