HomeSort by relevance Sort by last modified time
    Searched refs:computingLatch (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 58 final CountDownLatch computingLatch = new CountDownLatch(1);
59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch);
85 computingLatch.countDown();
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 388 final CountDownLatch computingLatch = new CountDownLatch(1);
392 computingLatch.await();
422 computingLatch.countDown();

Completed in 289 milliseconds