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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java63 * Each {@code ThreadPoolExecutor} also maintains some basic
83 * A {@code ThreadPoolExecutor} will automatically adjust the
222 * RejectedExecutionHandler#rejectedExecution(Runnable, ThreadPoolExecutor)}
228 * <li>In the default {@link ThreadPoolExecutor.AbortPolicy}, the
232 * <li>In {@link ThreadPoolExecutor.CallerRunsPolicy}, the thread
237 * <li>In {@link ThreadPoolExecutor.DiscardPolicy}, a task that
240 * <li>In {@link ThreadPoolExecutor.DiscardOldestPolicy}, if the
297 * class PausableThreadPoolExecutor extends ThreadPoolExecutor {
339 public class ThreadPoolExecutor extends AbstractExecutorService { class in inherits:AbstractExecutorService
1192 * Creates a new {@code ThreadPoolExecutor} wit
1215 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1249 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1284 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1321 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
[all...]

Completed in 6 milliseconds