Home
last modified time | relevance | path

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

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