Home
last modified time | relevance | path

Searched refs:funcCompletionLatch (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTransformAsyncFunctionTest.java43 private CountDownLatch funcCompletionLatch; field in FuturesTransformAsyncFunctionTest
49 funcCompletionLatch = new CountDownLatch(1); in buildChainingFuture()
65 awaitUninterruptibly(funcCompletionLatch); in apply()
145 funcCompletionLatch.countDown(); // allow the function to complete in testFutureCancellableBeforeFunctionCompletion()