Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java47 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest
56 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
57 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
61 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
64 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor