Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java152 static class CustomTPE extends ThreadPoolExecutor { class in ThreadPoolExecutorSubclassTest
160 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
168 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
178 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
187 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
202 public CustomTPE() { in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE