Searched refs:weakCompareAndSetPendingCount (Results 1 – 1 of 1) sorted by relevance
557 final boolean weakCompareAndSetPendingCount(int expected, int count) { in weakCompareAndSetPendingCount() method in CountedCompleter570 !weakCompareAndSetPendingCount(c, c - 1)); in decrementPendingCountUnlessZero()603 else if (a.weakCompareAndSetPendingCount(c, c - 1)) in tryComplete()626 else if (a.weakCompareAndSetPendingCount(c, c - 1)) in propagateCompletion()671 else if (weakCompareAndSetPendingCount(c, c - 1)) in firstComplete()