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

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DShutdown.java47 static CountDownLatch finishedLatch = new CountDownLatch(1); field in class:Shutdown
169 finishedLatch.countDown();
217 finishedLatch.await();

Completed in 33 milliseconds