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.java114 static class CustomTPE extends ThreadPoolExecutor { class in ThreadPoolExecutorSubclassTest
122 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
130 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
140 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
149 CustomTPE(int corePoolSize, in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE
164 public CustomTPE() { in CustomTPE() method in ThreadPoolExecutorSubclassTest.CustomTPE