Searched refs:setThreadFactory (Results 1 – 5 of 5) sorted by relevance
481 p.setThreadFactory(tf); in testSetThreadFactory()492 p.setThreadFactory(null); in testSetThreadFactoryNull()
536 p.setThreadFactory(tf); in testSetThreadFactory()547 p.setThreadFactory(null); in testSetThreadFactoryNull()
250 p.setThreadFactory(tf); in testSetThreadFactory()264 p.setThreadFactory(null); in testSetThreadFactoryNull()
372 p.setThreadFactory(tf); in testSetThreadFactory()383 p.setThreadFactory(null); in testSetThreadFactoryNull()
1456 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory() method in ThreadPoolExecutor