Searched defs:TIDYING (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java345 * TIDYING: All tasks have terminated, workerCount is zero,
346 * the thread transitioning to state TIDYING
358 * SHUTDOWN -> TIDYING
360 * STOP -> TIDYING
362 * TIDYING -> TERMINATED
368 * Detecting the transition from SHUTDOWN to TIDYING is less
383 private static final int TIDYING = 2 << COUNT_BITS; field in class:ThreadPoolExecutor
437 * SHUTDOWN to TIDYING). This accommodates special-purpose
666 * (but not TIDYING or TERMINATED -- use tryTerminate for that)
691 runStateAtLeast(c, TIDYING) ||
[all...]

Completed in 32 milliseconds