Home
last modified time | relevance | path

Searched refs: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
75 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 …]