Searched refs:stealCount (Results 1 – 1 of 1) sorted by relevance
714 volatile long stealCount; // cumulative steal count field in ForkJoinPool.AuxState1149 aux.stealCount += s; in transferStealCount()1617 aux.stealCount += ns; in deregisterWorker()2946 long count = (sc == null) ? 0L : sc.stealCount; in getStealCount()3078 long st = (sc == null) ? 0L : sc.stealCount; in toString()