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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java21 * number of parties <em>registered</em> to synchronize on a phaser
37 * generation of a phaser has an associated phase number. The phase
39 * phaser, wrapping around to zero after reaching {@code
41 * control of actions upon arrival at a phaser and upon awaiting
50 * number</em>; that is, the phase number of the phaser to which
62 * the phaser advances to (or is already at) a different phase.
68 * state of the phaser. If necessary, you can perform any
77 * <p> <b>Termination.</b> A phaser may enter a <em>termination</em>
102 * Whenever the number of registered parties of a child phaser becomes
105 * child phaser i
1062 final Phaser phaser; field in class:Phaser.QNode
1072 QNode(Phaser phaser, int phase, boolean interruptible, boolean timed, long nanos) argument
[all...]

Completed in 17 milliseconds