Searched refs:shutdownLatch (Results 1 – 2 of 2) sorted by relevance
225 private final CountDownLatch shutdownLatch = new CountDownLatch(1); field in ServerSocketConcurrentCloseTest.ServerRunnable240 shutdownLatch.countDown(); in run()253 return shutdownLatch.await(timeout, timeUnit); in awaitShutdown()257 return shutdownLatch.getCount() == 0; in isShutdown()
376 shutdownLatch.countDown(); in run()386 private final CountDownLatch shutdownLatch = new CountDownLatch(1); field in FtpURLConnectionTest.CountingProxy443 shutdownLatch.await(1, TimeUnit.SECONDS); in shutdown()