Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1227 volatile long stealCount; // collects worker counts field in ForkJoinPool
1383 sc = stealCount, in deregisterWorker()
1731 sc = stealCount, sc + ns)); in awaitWork()
2728 long count = stealCount; in getStealCount()
2858 long st = stealCount; in toString()