Home
last modified time | relevance | path

Searched defs:corePoolSize (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java292 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { in newScheduledThreadPool()
308 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
DThreadPoolExecutor.java559 private volatile int corePoolSize; field in ThreadPoolExecutor
1215 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1249 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1284 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1321 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1560 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
DScheduledThreadPoolExecutor.java453 public ScheduledThreadPoolExecutor(int corePoolSize) { in ScheduledThreadPoolExecutor()
470 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
488 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
509 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java44 int corePoolSize, in ThreadPoolExecutor()
53 int corePoolSize, in ThreadPoolExecutor()
63 int corePoolSize, in ThreadPoolExecutor()
73 int corePoolSize, in ThreadPoolExecutor()
229 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
342 private volatile int corePoolSize; field in ThreadPoolExecutor
DExecutors.java92 int corePoolSize) { in newScheduledThreadPool()
97 int corePoolSize, java.util.concurrent.ThreadFactory threadFactory) { in newScheduledThreadPool()
/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java91 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor()
92 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor()
96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
DThreadPoolExecutorSubclassTest.java160 CustomTPE(int corePoolSize, in CustomTPE()
168 CustomTPE(int corePoolSize, in CustomTPE()
178 CustomTPE(int corePoolSize, in CustomTPE()
187 CustomTPE(int corePoolSize, in CustomTPE()