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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java34 * Phaser} may be repeatedly awaited. Method {@link
103 * non-zero (as established in the {@link #Phaser(Phaser,int)}
124 * <p>A {@code Phaser} may be used instead of a {@code CountDownLatch}
131 * final Phaser phaser = new Phaser(1); // "1" to register self
152 * final Phaser phaser = new Phaser() {
185 * void awaitPhase(Phaser phaser, int phase) {
199 * constructor accepting a {@code Phaser} tha
233 public class Phaser { class
485 public Phaser() { method in class:Phaser
498 public Phaser(int parties) { method in class:Phaser
507 public Phaser(Phaser parent) { method in class:Phaser
523 public Phaser(Phaser parent, int parties) { method in class:Phaser
[all...]

Completed in 56 milliseconds