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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java84 * method {@link #onAdvance(int, int)}, which also controls
111 * Termination is triggered when an invocation of {@code onAdvance}
177 * for a given number of iterations is to override {@code onAdvance}:
182 * protected boolean onAdvance(int phase, int registeredParties) {
397 if (onAdvance(phase, nextUnarrived))
565 * invocation of {@link #onAdvance} is in progress, this method
584 * If an ongoing invocation of {@link #onAdvance} is in progress,
685 if (onAdvance(phase, nextUnarrived))
906 * within {@code onAdvance} are unspecified and should not be
910 * {@code onAdvance} i
931 protected boolean onAdvance(int phase, int registeredParties) { method in class:Phaser
[all...]
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DFickleRegister.java82 protected boolean onAdvance(int phase, int parties) {
H A DBasic.java358 protected boolean onAdvance(int phase, int registeredParties) {

Completed in 33 milliseconds