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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java265 * reconcileState.
356 long s = (root == this) ? state : reconcileState();
405 long s = (parent == null) ? state : reconcileState();
415 if (parent == null || reconcileState() == s) {
461 private long reconcileState() { method in class:Phaser
651 long s = (root == this) ? state : reconcileState();
697 long s = (root == this) ? state : reconcileState();
724 long s = (root == this) ? state : reconcileState();
762 long s = (root == this) ? state : reconcileState();
831 return arrivedOf(reconcileState());
[all...]

Completed in 41 milliseconds