Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/qps/
Dclient.h222 std::unique_lock<std::mutex> g(thread_completion_mu_); in AwaitThreadsCompletion()
398 std::mutex thread_completion_mu_; variable
415 std::lock_guard<std::mutex> g(thread_completion_mu_); in CompleteThread()