Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractCheckedFutureTest.java100 final CountDownLatch startingGate = new CountDownLatch(1); in testCheckedGetThrowsApplicationExceptionOnInterruption() local
109 startingGate.countDown(); in testCheckedGetThrowsApplicationExceptionOnInterruption()
124 assertTrue(startingGate.await(500, TimeUnit.MILLISECONDS)); in testCheckedGetThrowsApplicationExceptionOnInterruption()