Home | History | Annotate | Download | only in util

Lines Matching defs:nextState

231                             int nextState; CumulateTask<T> lt, rt;
240 if ((nextState = b|state|refork) == b ||
241 par.compareAndSetPendingCount(b, nextState)) {
381 int nextState; LongCumulateTask lt, rt;
390 if ((nextState = b|state|refork) == b ||
391 par.compareAndSetPendingCount(b, nextState)) {
531 int nextState; DoubleCumulateTask lt, rt;
540 if ((nextState = b|state|refork) == b ||
541 par.compareAndSetPendingCount(b, nextState)) {
681 int nextState; IntCumulateTask lt, rt;
690 if ((nextState = b|state|refork) == b ||
691 par.compareAndSetPendingCount(b, nextState)) {