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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java782 int nsteals; // number of steals field in class:ForkJoinPool.WorkQueue
1128 int ns = ++nsteals;
1144 long s = nsteals;
1145 nsteals = 0; // if negative, correct for overflow
1610 int ns = w.nsteals;
2281 if (++w.nsteals < 0)
2951 count += w.nsteals;
3089 st += w.nsteals;

Completed in 51 milliseconds