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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java743 volatile long stealCount; // cumulative steal count field in class:ForkJoinPool.AuxState
1178 aux.stealCount += s;
1646 aux.stealCount += ns;
2975 long count = (sc == null) ? 0L : sc.stealCount;
3107 long st = (sc == null) ? 0L : sc.stealCount;

Completed in 42 milliseconds