Searched refs:reconcileState (Results 1 – 1 of 1) sorted by relevance
382 long s = (root == this) ? state : reconcileState(); in doArrive()430 long s = (parent == null) ? state : reconcileState(); in doRegister()440 if (parent == null || reconcileState() == s) { in doRegister()485 private long reconcileState() { in reconcileState() method in Phaser675 long s = (root == this) ? state : reconcileState(); in arriveAndAwaitAdvance()720 long s = (root == this) ? state : reconcileState(); in awaitAdvance()747 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()785 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()853 return arrivedOf(reconcileState()); in getArrivedParties()864 return unarrivedOf(reconcileState()); in getUnarrivedParties()[all …]