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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java293 * reconcileState.
381 long s = (root == this) ? state : reconcileState();
388 if (root == this || reconcileState() == s)
433 if (parent == null || reconcileState() == s) {
477 private long reconcileState() { method in class:Phaser
667 long s = (root == this) ? state : reconcileState();
674 if (reconcileState() == s)
715 long s = (root == this) ? state : reconcileState();
742 long s = (root == this) ? state : reconcileState();
780 long s = (root == this) ? state : reconcileState();
[all...]

Completed in 33 milliseconds