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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java128 * state in which termination is possible but not completed.</dd>
448 * abrupt termination of a thread (see processWorkerExit). Other
494 private final Condition termination = mainLock.newCondition(); field in class:ThreadPoolExecutor
503 * Counter for completed tasks. Updated only on termination of
589 * termination. Other uses of interruptIdleWorkers are advisory,
710 * termination possible -- reducing worker count or removing tasks
734 termination.signalAll();
790 * termination or configuration changes. Ignores
795 * called only from tryTerminate when termination is otherwise
801 * To guarantee eventual termination, i
[all...]

Completed in 6 milliseconds