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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java367 * TIDYING: All tasks have terminated, workerCount is zero,
368 * the thread transitioning to state TIDYING
380 * SHUTDOWN -> TIDYING
382 * STOP -> TIDYING
384 * TIDYING -> TERMINATED
390 * Detecting the transition from SHUTDOWN to TIDYING is less
407 private static final int TIDYING = 2 << COUNT_BITS; field in class:ThreadPoolExecutor
461 * SHUTDOWN to TIDYING). This accommodates special-purpose
692 * (but not TIDYING or TERMINATED -- use tryTerminate for that)
718 runStateAtLeast(c, TIDYING) ||
[all...]

Completed in 249 milliseconds