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

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

Completed in 289 milliseconds