Home | History | Annotate | Download | only in jsr166

Lines Matching refs:getThreadFactory

357      * getThreadFactory returns factory in constructor if not set
362 assertSame(tf, p.getThreadFactory());
367 * setThreadFactory sets the thread factory returned by getThreadFactory
373 assertSame(tf, p.getThreadFactory());