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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java372 * that workerCount is 0 (which sometimes entails a recheck -- see
1134 // requires a recheck in second case to deal with
1351 * recheck state and if necessary roll back the enqueuing if
1365 int recheck = ctl.get();
1366 if (! isRunning(recheck) && remove(command))
1368 else if (workerCountOf(recheck) == 0)

Completed in 46 milliseconds