Searched defs:ThreadPool (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java22 public class ThreadPool extends ThreadGroup { class in inherits:ThreadGroup
32 public ThreadPool(int numThreads) { method in class:ThreadPool
33 super("ThreadPool-" + (threadPoolID++));
93 super(ThreadPool.this, "PooledThread-" + (threadID++));

Completed in 65 milliseconds