Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java813 int nsteals; // number of steals field in ForkJoinPool.WorkQueue
1160 int ns = ++nsteals; in runTask()
1176 long s = nsteals; in transferStealCount()
1177 nsteals = 0; // if negative, correct for overflow in transferStealCount()
1642 int ns = w.nsteals; in deregisterWorker()
2313 if (++w.nsteals < 0) in helpQuiescePool()
2983 count += w.nsteals; in getStealCount()
3121 st += w.nsteals; in toString()