Searched refs:m_threadFactory (Results 1 – 2 of 2) sorted by relevance
16 private IThreadFactory m_threadFactory; field in ExecutorAdapter25 m_threadFactory = tf; in ExecutorAdapter()54 List<Thread> threads = m_threadFactory.getThreads(); in getStackTraces()
21 private ThreadFactory m_threadFactory; field in PoolService25 m_threadFactory = new ThreadFactory() { in PoolService()36 m_executor = Executors.newFixedThreadPool(threadPoolSize, m_threadFactory); in PoolService()