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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DCountDownLatch.java17 * zero due to invocations of the {@link #countDown} method, after which
28 * #countDown}. A {@code CountDownLatch} initialized to <em>N</em>
33 * doesn't require that threads calling {@code countDown} wait for
57 * startSignal.countDown(); // let all threads proceed
74 * doneSignal.countDown();
113 * doneSignal.countDown();
124 * {@code countDown()}
170 * @param count the number of times {@link #countDown} must be invoked
190 * {@link #countDown} method; or
223 * {@link #countDown} metho
266 public void countDown() { method in class:CountDownLatch
[all...]

Completed in 43 milliseconds