OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computationLatch
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java
116
CountDownLatch
computationLatch
= new CountDownLatch(1);
123
.makeComputingMap(new DelayingIdentityLoader<String>(
computationLatch
));
152
computationLatch
.countDown();
/external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java
454
CountDownLatch
computationLatch
= new CountDownLatch(1);
460
new DelayingIdentityLoader<String>(computationShouldWait,
computationLatch
));
490
computationLatch
.countDown();
Completed in 221 milliseconds