Home | History | Annotate | Download | only in net

Lines Matching defs:latch

693         final CountDownLatch latch = new CountDownLatch(sourceAddresses.size());
703 while (latch.getCount() > 0) {
704 latch.countDown();
709 latch.countDown();
714 latch.await();