OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 316 milliseconds