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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java67 * number starts at zero, and advances when all parties arrive at the
76 * <li> <b>Arrival.</b> Methods {@link #arrive} and
145 * parties arrive, the phase advances. The values returned by these
371 * Main implementation for methods arrive and arriveAndDeregister.
375 * @param deregister false for arrive, true for arriveAndDeregister
610 * Arrives at this phaser, without waiting for others to arrive.
621 public int arrive() { method in class:Phaser
627 * for others to arrive. Deregistration reduces the number of
647 * to {@code awaitAdvance(arrive())}. If you need to await with
708 * previous call to {@code arrive} o
[all...]

Completed in 24 milliseconds