Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java744 volatile long stealCount; // cumulative steal count field in ForkJoinPool.AuxState
1181 aux.stealCount += s; in transferStealCount()
1649 aux.stealCount += ns; in deregisterWorker()
2978 long count = (sc == null) ? 0L : sc.stealCount; in getStealCount()
3110 long st = (sc == null) ? 0L : sc.stealCount; in toString()