Searched refs:nsteals (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java811 int nsteals; // number of steals field in class:ForkJoinPool.WorkQueue
1157 int ns = ++nsteals;
1173 long s = nsteals;
1174 nsteals = 0; // if negative, correct for overflow
1639 int ns = w.nsteals;
2310 if (++w.nsteals < 0)
2980 count += w.nsteals;
3118 st += w.nsteals;

Completed in 27 milliseconds