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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java83 * state in which termination is possible but not completed.</dd>
389 * abrupt termination of a thread (see processWorkerExit). Other
433 private final Condition termination = mainLock.newCondition(); field in class:ThreadPoolExecutor
442 * Counter for completed tasks. Updated only on termination of
514 * termination. Other uses of interruptIdleWorkers are advisory,
619 * termination possible -- reducing worker count or removing tasks
643 termination.signalAll();
703 * termination or configuration changes. Ignores
708 * called only from tryTerminate when termination is otherwise
714 * To guarantee eventual termination, i
[all...]

Completed in 387 milliseconds