Home
last modified time | relevance | path

Searched defs:CreateThreadPool (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dactor_threadpool.cc181 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, … in CreateThreadPool() function in mindspore::ActorThreadPool
205 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t actor_thread_num, size_t all_thread_num, in CreateThreadPool() function in mindspore::ActorThreadPool
228 ActorThreadPool *ActorThreadPool::CreateThreadPool(size_t thread_num) { in CreateThreadPool() function in mindspore::ActorThreadPool
Dthreadpool.cc368 ThreadPool *ThreadPool::CreateThreadPool(size_t thread_num, const std::vector<int> &core_list) { in CreateThreadPool() function in mindspore::ThreadPool
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/thread/
Dthread_wrapper.cc26 int CreateThreadPool(int thread_num) { in CreateThreadPool() function
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp1013 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool() function