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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java38 * number starts at zero, and advances when all parties arrive at the
47 * <li> <b>Arrival.</b> Methods {@link #arrive} and
116 * parties arrive, the phase advances. The values returned by these
345 * Main implementation for methods arrive and arriveAndDeregister.
350 * ONE_ARRIVAL for arrive,
594 * Arrives at this phaser, without waiting for others to arrive.
605 public int arrive() { method in class:Phaser
611 * for others to arrive. Deregistration reduces the number of
631 * to {@code awaitAdvance(arrive())}. If you need to await with
690 * previous call to {@code arrive} o
[all...]

Completed in 65 milliseconds