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

/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java40 new PooledThread().start();
90 private class PooledThread extends Thread { class in class:ThreadPool
92 public PooledThread() { method in class:ThreadPool.PooledThread
93 super(ThreadPool.this, "PooledThread-" + (threadID++));

Completed in 21 milliseconds