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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java26 * Each {@code ThreadPoolExecutor} also maintains some basic
45 * <dd>A {@code ThreadPoolExecutor} will automatically adjust the
179 * <li> In the default {@link ThreadPoolExecutor.AbortPolicy}, the
183 * <li> In {@link ThreadPoolExecutor.CallerRunsPolicy}, the thread
188 * <li> In {@link ThreadPoolExecutor.DiscardPolicy}, a task that
191 * <li>In {@link ThreadPoolExecutor.DiscardOldestPolicy}, if the
243 * class PausableThreadPoolExecutor extends ThreadPoolExecutor {
285 public class ThreadPoolExecutor extends AbstractExecutorService { class in inherits:AbstractExecutorService
1105 * Creates a new {@code ThreadPoolExecutor} with the given initial
1128 public ThreadPoolExecutor(in method in class:ThreadPoolExecutor
1162 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1197 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1234 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
[all...]

Completed in 465 milliseconds