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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java89 * <li> <b>Waiting.</b> Method {@link #awaitAdvance} requires an
93 * method {@code awaitAdvance} continues to wait even if the
647 * to {@code awaitAdvance(arrive())}. If you need to await with
650 * awaitAdvance} method. If instead you need to deregister upon
651 * arrival, use {@code awaitAdvance(arriveAndDeregister())}.
664 // Specialization of doArrive+awaitAdvance eliminating some reads/paths
713 public int awaitAdvance(int phase) { method in class:Phaser

Completed in 40 milliseconds