Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java828 final CountDownLatch completionLatch = new CountDownLatch(1); field in AbstractServiceTest.RecordingListener
831 completionLatch.await(); in getStateHistory()
880 completionLatch.countDown(); in terminated()
902 completionLatch.countDown(); in failed()