Searched refs:reconcileState (Results 1 – 1 of 1) sorted by relevance
383 long s = (root == this) ? state : reconcileState(); in doArrive()431 long s = (parent == null) ? state : reconcileState(); in doRegister()441 if (parent == null || reconcileState() == s) { in doRegister()486 private long reconcileState() { in reconcileState() method in Phaser676 long s = (root == this) ? state : reconcileState(); in arriveAndAwaitAdvance()721 long s = (root == this) ? state : reconcileState(); in awaitAdvance()748 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()786 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()854 return arrivedOf(reconcileState()); in getArrivedParties()865 return unarrivedOf(reconcileState()); in getUnarrivedParties()[all …]