Searched refs:CustomExecutor (Results 1 – 2 of 2) sorted by relevance
82 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest91 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor92 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor110 final CustomExecutor p = new CustomExecutor(1); in testExecute()125 final CustomExecutor p = new CustomExecutor(1); in testSchedule1()144 final CustomExecutor p = new CustomExecutor(1); in testSchedule3()164 final CustomExecutor p = new CustomExecutor(1); in testSchedule4()186 final CustomExecutor p = new CustomExecutor(1); in testSchedule5()[all …]
106 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest115 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor116 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor120 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor123 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor134 final CustomExecutor p = new CustomExecutor(1); in testExecute()149 final CustomExecutor p = new CustomExecutor(1); in testSchedule1()168 final CustomExecutor p = new CustomExecutor(1); in testSchedule3()188 final CustomExecutor p = new CustomExecutor(1); in testSchedule4()210 final CustomExecutor p = new CustomExecutor(1); in testSchedule5()[all …]