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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java115 * #getPhase}). When the remaining ({@link #getUnarrivedParties})
589 return getPhase();
643 * {@linkplain #getPhase() current phase} if terminated
692 * negative, or the (negative) {@linkplain #getPhase() current phase}
717 * negative, or the (negative) {@linkplain #getPhase() current phase}
752 * negative, or the (negative) {@linkplain #getPhase() current phase}
806 * may be obtained via {@code getPhase() + Integer.MIN_VALUE}.
810 public final int getPhase() { method in class:Phaser
1086 if (phaser.getPhase() != phase) {

Completed in 30 milliseconds