Searched defs:ThreadPool (Results 1 – 9 of 9) sorted by relevance
34 typedef struct ThreadPool { struct42 } ThreadPool; argument
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
31 class ThreadPool; variable
78 class ThreadPool; variable
35 explicit ThreadPool(int num_threads) { in ThreadPool() function
78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
27 ThreadPool::ThreadPool() : max_thread_num_(std::thread::hardware_concurrency()) {} in ThreadPool() function in mindspore::common::ThreadPool
22 from multiprocessing.dummy import Pool as ThreadPool unknown
921 class ThreadPool(Pool): class