Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1807 int stat = 0, steps = 0; // bound to avoid cycles in tryHelpStealer() local
1870 else if (next == null || ++steps == MAX_HELP) in tryHelpStealer()