Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJdkFutureAdaptersTest.java170 final CountDownLatch allowGetToComplete = new CountDownLatch(1); field in JdkFutureAdaptersTest.RuntimeExceptionThrowingFuture
183 allowGetToComplete.await(1, SECONDS); in get()
240 input.allowGetToComplete.countDown(); in testListenInPoolThreadRunsListenerAfterRuntimeException()