Searched defs:ThreadPool (Results 1 – 5 of 5) sorted by relevance
24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool() function in ThreadPool26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool115 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool118 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
69 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
136 TEST(SimpleThreadTest, ThreadPool) { in TEST() argument
19 typedef NonBlockingThreadPool ThreadPool; typedef
504 explicit ThreadPool(int n_threads) in ThreadPool() function