HomeSort by relevance Sort by last modified time
    Searched refs:shutdownLatch (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketConcurrentCloseTest.java 155 // be quick because we only get here if shutdownLatch reached 0 within the time limit.
166 * it observes {@code shutdownLatch} reaching 0. Does not read/write any
209 private final CountDownLatch shutdownLatch = new CountDownLatch(1);
224 shutdownLatch.countDown();
237 return shutdownLatch.await(timeout, timeUnit);
241 return shutdownLatch.getCount() == 0;
FtpURLConnectionTest.java 376 shutdownLatch.countDown();
386 private final CountDownLatch shutdownLatch = new CountDownLatch(1);
443 shutdownLatch.await(1, TimeUnit.SECONDS);

Completed in 826 milliseconds