Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DServerSocketConcurrentCloseTest.java225 private final CountDownLatch shutdownLatch = new CountDownLatch(1); field in ServerSocketConcurrentCloseTest.ServerRunnable
240 shutdownLatch.countDown(); in run()
253 return shutdownLatch.await(timeout, timeUnit); in awaitShutdown()
257 return shutdownLatch.getCount() == 0; in isShutdown()
DFtpURLConnectionTest.java376 shutdownLatch.countDown(); in run()
386 private final CountDownLatch shutdownLatch = new CountDownLatch(1); field in FtpURLConnectionTest.CountingProxy
443 shutdownLatch.await(1, TimeUnit.SECONDS); in shutdown()