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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java63 * Phaser} may be repeatedly awaited. Method {@link
132 * non-zero (as established in the {@link #Phaser(Phaser,int)}
153 * <p>A {@code Phaser} may be used instead of a {@code CountDownLatch}
160 * final Phaser phaser = new Phaser(1); // "1" to register self
181 * final Phaser phaser = new Phaser() {
214 * void awaitPhase(Phaser phaser, int phase) {
228 * constructor accepting a {@code Phaser} tha
261 public class Phaser { class
501 public Phaser() { method in class:Phaser
514 public Phaser(int parties) { method in class:Phaser
523 public Phaser(Phaser parent) { method in class:Phaser
539 public Phaser(Phaser parent, int parties) { method in class:Phaser
[all...]

Completed in 30 milliseconds