Searched defs:ThreadPool (Results 1 – 4 of 4) sorted by relevance
24 ThreadPool::ThreadPool() : ThreadPool(hardware_concurrency()) {} in ThreadPool() function in ThreadPool26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool111 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool114 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
35 explicit ThreadPool(int num_threads) { in ThreadPool() function
918 class ThreadPool(Pool): class