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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java318 * TIDYING: All tasks have terminated, workerCount is zero,
319 * the thread transitioning to state TIDYING
331 * SHUTDOWN -> TIDYING
333 * STOP -> TIDYING
335 * TIDYING -> TERMINATED
341 * Detecting the transition from SHUTDOWN to TIDYING is less
356 private static final int TIDYING = 2 << COUNT_BITS; field in class:ThreadPoolExecutor
410 * SHUTDOWN to TIDYING). This accommodates special-purpose
639 * (but not TIDYING or TERMINATED -- use tryTerminate for that)
664 runStateAtLeast(c, TIDYING) ||
[all...]

Completed in 30 milliseconds