Searched refs:quiescerCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java589 volatile int quiescerCount; field in class:ForkJoinPool
829 blockedCount == 0 && quiescerCount == 0)
1260 if (!shutdown || blockedCount != 0 || quiescerCount != 0 ||
1356 * Increment or decrement quiescerCount. Needed only to prevent
1365 c = quiescerCount, c + delta));
2161 (k.getDeclaredField("quiescerCount"));

Completed in 38 milliseconds