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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java113 * #getPhase}). When the remaining ({@link #getUnarrivedParties})
586 return getPhase();
640 * {@linkplain #getPhase() current phase} if terminated
689 * negative, or the (negative) {@linkplain #getPhase() current phase}
714 * negative, or the (negative) {@linkplain #getPhase() current phase}
749 * negative, or the (negative) {@linkplain #getPhase() current phase}
803 * may be obtained via {@code getPhase() + Integer.MIN_VALUE}.
807 public final int getPhase() { method in class:Phaser
1083 if (phaser.getPhase() != phase) {

Completed in 37 milliseconds