Searched refs:stealCount (Results 1 – 1 of 1) sorted by relevance
744 volatile long stealCount; // cumulative steal count field in ForkJoinPool.AuxState1181 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()