Searched defs:corePoolSize (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Executors.java | 293 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { in newScheduledThreadPool() 309 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
|
D | ThreadPoolExecutor.java | 555 private volatile int corePoolSize; field in ThreadPoolExecutor 1193 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor() 1228 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor() 1264 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor() 1301 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor() 1553 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
|
D | ScheduledThreadPoolExecutor.java | 460 public ScheduledThreadPoolExecutor(int corePoolSize) { in ScheduledThreadPoolExecutor() 477 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor() 495 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor() 516 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | ThreadPoolExecutor.java | 44 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
|
D | Executors.java | 92 int corePoolSize) { in newScheduledThreadPool() 97 int corePoolSize, java.util.concurrent.ThreadFactory threadFactory) { in newScheduledThreadPool()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ScheduledExecutorSubclassTest.java | 91 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()
|
D | ThreadPoolExecutorSubclassTest.java | 160 CustomTPE(int corePoolSize, in CustomTPE() 168 CustomTPE(int corePoolSize, in CustomTPE() 178 CustomTPE(int corePoolSize, in CustomTPE() 187 CustomTPE(int corePoolSize, in CustomTPE()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ScheduledExecutorSubclassTest.java | 115 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() 116 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() 120 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() 123 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
|
D | ThreadPoolExecutorSubclassTest.java | 182 CustomTPE(int corePoolSize, in CustomTPE() 190 CustomTPE(int corePoolSize, in CustomTPE() 200 CustomTPE(int corePoolSize, in CustomTPE() 209 CustomTPE(int corePoolSize, in CustomTPE()
|