Searched refs:CustomExecutor (Results 1 – 1 of 1) sorted by relevance
47 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest56 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor57 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor61 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor64 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor75 CustomExecutor p = new CustomExecutor(1); in testExecute()93 CustomExecutor p = new CustomExecutor(1); in testSchedule1()116 CustomExecutor p = new CustomExecutor(1); in testSchedule3()138 CustomExecutor p = new CustomExecutor(1); in testSchedule4()162 CustomExecutor p = new CustomExecutor(1); in testSchedule5()[all …]