Home
last modified time | relevance | path

Searched defs:create_thread_pool_muntex_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dthreadpool.h253 static std::mutex create_thread_pool_muntex_; variable
Dthreadpool.cc28 std::mutex ThreadPool::create_thread_pool_muntex_; member in mindspore::ThreadPool