Searched refs:IThreadFactory (Results 1 – 3 of 3) sorted by relevance
16 private IThreadFactory m_threadFactory;18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter()
96 private static final IThreadFactory createFactory(String name) { in createFactory()104 public static class ThreadFactoryImpl implements IThreadFactory, ThreadFactory {
11 public interface IThreadFactory { interface