Searched refs:CUMULATE (Results 1 – 1 of 1) sorted by relevance
98 static final int CUMULATE = 1; field in ArrayPrefixHelpers162 if (((c = rt.getPendingCount()) & CUMULATE) != 0) in compute()164 if (rt.compareAndSetPendingCount(c, c|CUMULATE)){ in compute()171 if (((c = lt.getPendingCount()) & CUMULATE) != 0) in compute()173 if (lt.compareAndSetPendingCount(c, c|CUMULATE)) { in compute()191 state = ((b & CUMULATE) != 0 ? FINISHED : in compute()238 int refork = (((b & CUMULATE) == 0 && in compute()239 par.lo == org) ? CUMULATE : 0); in compute()314 if (((c = rt.getPendingCount()) & CUMULATE) != 0) in compute()316 if (rt.compareAndSetPendingCount(c, c|CUMULATE)){ in compute()[all …]