Home | History | Annotate | Download | only in jsr166

Lines Matching refs:getThreadFactory

199      * getThreadFactory returns factory in constructor if not set
209 assertSame(tf, p.getThreadFactory());
214 * setThreadFactory sets the thread factory returned by getThreadFactory
223 assertSame(tf, p.getThreadFactory());