HomeSort by relevance Sort by last modified time
    Searched full:exitrun (Results 1 - 1 of 1) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 39 private final CountDownLatch exitRun = new CountDownLatch(1);
110 exitRun.countDown(); // the service will exit voluntarily
145 exitRun.await();
160 exitRun.countDown();

Completed in 306 milliseconds