Searched refs:ScheduledThreadPoolExecutor (Results 1 - 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorTest.java28 import java.util.concurrent.ScheduledThreadPoolExecutor;
53 final ScheduledThreadPoolExecutor p = new ScheduledThreadPoolExecutor(1);
67 final ScheduledThreadPoolExecutor p = new ScheduledThreadPoolExecutor(1);
88 final ScheduledThreadPoolExecutor p = new ScheduledThreadPoolExecutor(1);
108 final ScheduledThreadPoolExecutor p = new ScheduledThreadPoolExecutor(1);
130 final ScheduledThreadPoolExecutor
[all...]
H A DScheduledExecutorSubclassTest.java29 import java.util.concurrent.ScheduledThreadPoolExecutor;
82 public class CustomExecutor extends ScheduledThreadPoolExecutor {
636 final ScheduledThreadPoolExecutor p = new CustomExecutor(1);
660 final ScheduledThreadPoolExecutor p = new CustomExecutor(1);
/libcore/luni/src/test/java/libcore/java/lang/ref/
H A DReferenceQueueTest.java22 import java.util.concurrent.ScheduledThreadPoolExecutor;
124 ScheduledThreadPoolExecutor executor = new ScheduledThreadPoolExecutor(1);
/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutors.java230 (new ScheduledThreadPoolExecutor(1));
251 (new ScheduledThreadPoolExecutor(1, threadFactory));
263 return new ScheduledThreadPoolExecutor(corePoolSize);
279 return new ScheduledThreadPoolExecutor(corePoolSize, threadFactory);
H A DScheduledThreadPoolExecutor.java77 * {@code ScheduledThreadPoolExecutor} uses a task type extending
82 * public class CustomScheduledExecutor extends ScheduledThreadPoolExecutor {
101 public class ScheduledThreadPoolExecutor class in inherits:ThreadPoolExecutor,ScheduledExecutorService
417 * Creates a new {@code ScheduledThreadPoolExecutor} with the
424 public ScheduledThreadPoolExecutor(int corePoolSize) { method in class:ScheduledThreadPoolExecutor
431 * Creates a new {@code ScheduledThreadPoolExecutor} with the
441 public ScheduledThreadPoolExecutor(int corePoolSize, method in class:ScheduledThreadPoolExecutor
449 * Creates a new {@code ScheduledThreadPoolExecutor} with the
459 public ScheduledThreadPoolExecutor(int corePoolSize, method in class:ScheduledThreadPoolExecutor
467 * Creates a new {@code ScheduledThreadPoolExecutor} wit
480 public ScheduledThreadPoolExecutor(int corePoolSize, method in class:ScheduledThreadPoolExecutor
[all...]
H A DCompletableFuture.java2637 static final ScheduledThreadPoolExecutor delayer;
2639 (delayer = new ScheduledThreadPoolExecutor(
/libcore/
H A Dnon_openjdk_java_files.mk135 luni/src/main/java/java/util/concurrent/ScheduledThreadPoolExecutor.java \

Completed in 3619 milliseconds