Searched refs:thread_pool_creation_mutex_ (Results 1 – 1 of 1) sorted by relevance
76 std::mutex thread_pool_creation_mutex_; in legacy_pthreadpool_create() local77 std::lock_guard<std::mutex> guard(thread_pool_creation_mutex_); in legacy_pthreadpool_create()