Home
last modified time | relevance | path

Searched refs:thread_pool_creation_mutex_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool_impl.cc76 std::mutex thread_pool_creation_mutex_; in legacy_pthreadpool_create() local
77 std::lock_guard<std::mutex> guard(thread_pool_creation_mutex_); in legacy_pthreadpool_create()