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

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 107 CountDownLatch computationLatch = new CountDownLatch(1);
114 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch));
143 computationLatch.countDown();
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 461 CountDownLatch computationLatch = new CountDownLatch(1);
467 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch));
497 computationLatch.countDown();

Completed in 138 milliseconds