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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java22 * Each {@code ThreadPoolExecutor} also maintains some basic
41 * <dd>A {@code ThreadPoolExecutor} will automatically adjust the
177 * <li> In the default {@link ThreadPoolExecutor.AbortPolicy}, the
181 * <li> In {@link ThreadPoolExecutor.CallerRunsPolicy}, the thread
186 * <li> In {@link ThreadPoolExecutor.DiscardPolicy}, a task that
189 * <li>In {@link ThreadPoolExecutor.DiscardOldestPolicy}, if the
240 * class PausableThreadPoolExecutor extends ThreadPoolExecutor {
282 public class ThreadPoolExecutor extends AbstractExecutorService { class in inherits:AbstractExecutorService
1093 * Creates a new {@code ThreadPoolExecutor} with the given initial
1116 public ThreadPoolExecutor(in method in class:ThreadPoolExecutor
1150 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1185 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
1222 public ThreadPoolExecutor(int corePoolSize, method in class:ThreadPoolExecutor
[all...]

Completed in 35 milliseconds