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

/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DPhaseOverflow.java75 int phaseInc(int phase) { return (phase + 1) & Integer.MAX_VALUE; } method in class:PhaseOverflow
102 ph = phaseInc(ph);
134 ph = phaseInc(ph);

Completed in 594 milliseconds