Searched defs:countDown (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCountDownLatch.java46 * zero due to invocations of the {@link #countDown} method, after which
57 * #countDown}. A {@code CountDownLatch} initialized to <em>N</em>
62 * doesn't require that threads calling {@code countDown} wait for
86 * startSignal.countDown(); // let all threads proceed
103 * doneSignal.countDown();
140 * doneSignal.countDown();
149 * {@code countDown()}
195 * @param count the number of times {@link #countDown} must be invoked
215 * {@link #countDown} method; or
248 * {@link #countDown} metho
291 public void countDown() { method in class:CountDownLatch
[all...]

Completed in 39 milliseconds