Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTransformAsyncFunctionTest.java41 private CountDownLatch funcIsWaitingLatch; field in FuturesTransformAsyncFunctionTest
48 funcIsWaitingLatch = new CountDownLatch(1); in buildChainingFuture()
64 funcIsWaitingLatch.countDown(); in apply()
133 funcIsWaitingLatch.await(); in testFutureCancellableBeforeFunctionCompletion()