Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DPhaser.java354 long s = (root == this) ? state : reconcileState(); in doArrive()
402 long s = (parent == null) ? state : reconcileState(); in doRegister()
412 if (parent == null || reconcileState() == s) { in doRegister()
457 private long reconcileState() { in reconcileState() method in Phaser
647 long s = (root == this) ? state : reconcileState(); in arriveAndAwaitAdvance()
692 long s = (root == this) ? state : reconcileState(); in awaitAdvance()
719 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()
757 long s = (root == this) ? state : reconcileState(); in awaitAdvanceInterruptibly()
825 return arrivedOf(reconcileState()); in getArrivedParties()
836 return unarrivedOf(reconcileState()); in getUnarrivedParties()
[all …]