Searched refs:CreateThreadPool (Results 1 – 10 of 10) sorted by relevance
28 IThreadPool::Ptr CreateThreadPool(const uint32_t threadCountconst) const override; in CORE_BEGIN_NAMESPACE()
406 IThreadPool::Ptr TaskQueueFactory::CreateThreadPool(const uint32_t threadCount) const in CreateThreadPool() function in TaskQueueFactory
40 static ThreadPool* CreateThreadPool(int32_t number);
35 ThreadPool* ThreadPool::CreateThreadPool(int number) in CreateThreadPool() function in Uscript::ThreadPool
42 ThreadPoolUnitTest() : threadPool_(ThreadPool::CreateThreadPool(MAX_TASK_NUMBER)) {} in ThreadPoolUnitTest()
222 virtual IThreadPool::Ptr CreateThreadPool(const uint32_t threadCount) const = 0;
132 …threadPool_ = ThreadPool::CreateThreadPool(threadnum > MAX_THREAD_POOL ? MAX_THREAD_POOL : threadn… in Init()
130 auto threadPool = threadFactory->CreateThreadPool(threadFactory->GetNumberOfCores()); in CreateEcs()
460 threadPool_ = factory->CreateThreadPool(factory->GetNumberOfCores()); in Renderer()
2576 … *GetInstance<ITaskQueueFactory>(UID_TASK_QUEUE_FACTORY)->CreateThreadPool(IMPORTER_THREADS)) in GLTF2Importer()