Searched refs:CUMULATE (Results 1 – 1 of 1) sorted by relevance
98 static final int CUMULATE = 1; field in ArrayPrefixHelpers167 if (((c = rt.getPendingCount()) & CUMULATE) != 0) in compute()169 if (rt.compareAndSetPendingCount(c, c|CUMULATE)){ in compute()176 if (((c = lt.getPendingCount()) & CUMULATE) != 0) in compute()178 if (lt.compareAndSetPendingCount(c, c|CUMULATE)) { in compute()196 state = ((b & CUMULATE) != 0 ? FINISHED : in compute()243 int refork = (((b & CUMULATE) == 0 && in compute()244 par.lo == org) ? CUMULATE : 0); in compute()321 if (((c = rt.getPendingCount()) & CUMULATE) != 0) in compute()323 if (rt.compareAndSetPendingCount(c, c|CUMULATE)){ in compute()[all …]