Searched defs:ThreadPool (Results 1 – 7 of 7) 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
79 ThreadPool::ThreadPool(int num_threads) : num_threads_(num_threads) { in ThreadPool() function in grpc_core::ThreadPool86 ThreadPool::ThreadPool(int num_threads, const char* thd_name) in ThreadPool() function in grpc_core::ThreadPool93 ThreadPool::ThreadPool(int num_threads, const char* thd_name, in ThreadPool() function in grpc_core::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
31 ThreadPool::ThreadPool() { in ThreadPool() function in mindspore::common::ThreadPool
918 class ThreadPool(Pool): class