Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/thread_manager/
Dthread_manager.cc93 grpc_core::MutexLock list_lock(&list_mu_); in GetMaxActiveThreadsSoFar()
99 grpc_core::MutexLock list_lock(&list_mu_); in MarkAsCompleted()
120 grpc_core::MutexLock lock(&list_mu_); in CleanupCompletedThreads()
Dthread_manager.h175 grpc_core::Mutex list_mu_; variable