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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java33 * Each {@code ThreadPoolExecutor} also maintains some basic
53 * A {@code ThreadPoolExecutor} will automatically adjust the
192 * RejectedExecutionHandler#rejectedExecution(Runnable, ThreadPoolExecutor)}
198 * <li>In the default {@link ThreadPoolExecutor.AbortPolicy}, the
202 * <li>In {@link ThreadPoolExecutor.CallerRunsPolicy}, the thread
207 * <li>In {@link ThreadPoolExecutor.DiscardPolicy}, a task that
210 * <li>In {@link ThreadPoolExecutor.DiscardOldestPolicy}, if the
267 * class PausableThreadPoolExecutor extends ThreadPoolExecutor {
309 public class ThreadPoolExecutor extends AbstractExecutorService { class in inherits:AbstractExecutorService
1158 * Creates a new {@code ThreadPoolExecutor} wit
1181 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1215 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1250 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1287 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
[all...]

Completed in 26 milliseconds