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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java134 * excess threads will be terminated if they have been idle for more
261 * Additionally, method {@link #terminated} can be overridden to perform
263 * fully terminated.
367 * TIDYING: All tasks have terminated, workerCount is zero,
369 * will run the terminated() hook method
370 * TERMINATED: terminated() has completed
385 * When the terminated() hook method has completed
731 terminated();
1460 * completely terminated. This method may be useful for
1466 * @return {@code true} if terminating but not yet terminated
2035 protected void terminated() { } method in class:ThreadPoolExecutor
[all...]
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java211 protected void terminated() { method in class:ThreadPoolExecutorSubclassTest.CustomTPE
628 * isTerminating is not true when running or when terminated
1398 * terminated() is called on termination
H A DThreadPoolExecutorTest.java64 protected void terminated() { method in class:ThreadPoolExecutorTest.ExtendedTPE
513 * isTerminating is not true when running or when terminated
1405 * terminated() is called on termination
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 94 milliseconds