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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java310 * SHUTDOWN: Don't accept new tasks, but process queued tasks
322 * RUNNING -> SHUTDOWN
324 * (RUNNING or SHUTDOWN) -> STOP
326 * SHUTDOWN -> TIDYING
336 * Detecting the transition from SHUTDOWN to TIDYING is less
338 * empty after non-empty and vice versa during SHUTDOWN state, but
349 private static final int SHUTDOWN = 0 << COUNT_BITS; field in class:ThreadPoolExecutor
373 return c < SHUTDOWN;
405 * SHUTDOWN to TIDYING). This accommodates special-purpose
613 * @param targetState the desired state, either SHUTDOWN o
[all...]

Completed in 83 milliseconds