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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java310 * TIDYING: All tasks have terminated, workerCount is zero,
311 * the thread transitioning to state TIDYING
323 * SHUTDOWN -> TIDYING
325 * STOP -> TIDYING
327 * TIDYING -> TERMINATED
333 * Detecting the transition from SHUTDOWN to TIDYING is less
348 private static final int TIDYING = 2 << COUNT_BITS; field in class:ThreadPoolExecutor
402 * SHUTDOWN to TIDYING). This accommodates special-purpose
602 * (but not TIDYING or TERMINATED -- use tryTerminate for that)
627 runStateAtLeast(c, TIDYING) ||
[all...]

Completed in 99 milliseconds