Searched refs:setThreadFactory (Results 1 - 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorTest.java476 * setThreadFactory sets the thread factory returned by getThreadFactory
481 p.setThreadFactory(tf);
487 * setThreadFactory(null) throws NPE
492 p.setThreadFactory(null);
H A DScheduledExecutorSubclassTest.java531 * setThreadFactory sets the thread factory returned by getThreadFactory
536 p.setThreadFactory(tf);
542 * setThreadFactory(null) throws NPE
547 p.setThreadFactory(null);
H A DThreadPoolExecutorSubclassTest.java367 * setThreadFactory sets the thread factory returned by getThreadFactory
372 p.setThreadFactory(tf);
378 * setThreadFactory(null) throws NPE
383 p.setThreadFactory(null);
H A DThreadPoolExecutorTest.java242 * setThreadFactory sets the thread factory returned by getThreadFactory
250 p.setThreadFactory(tf);
256 * setThreadFactory(null) throws NPE
264 p.setThreadFactory(null);
/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java1456 public void setThreadFactory(ThreadFactory threadFactory) { method in class:ThreadPoolExecutor
1466 * @see #setThreadFactory(ThreadFactory)

Completed in 30 milliseconds