Searched defs:ThreadPool (Results 1 – 8 of 8) sorted by relevance
24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool() function in ThreadPool26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool112 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool115 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
1 ThreadPool: Pool of threads key
28 public interface ThreadPool interface
40 class ThreadPool : SkNoncopyable { class99 explicit ThreadPool(int threads) { in ThreadPool() function in __anon790e14b20111::ThreadPool
134 TEST(SimpleThreadTest, ThreadPool) { in TEST() argument
327 ThreadPool::ThreadPool (unsigned nthreads): in ThreadPool() function in IlmThread::ThreadPool
504 explicit ThreadPool(int n_threads) in ThreadPool() function
529 class ThreadPool(object): class