Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dclient.h220 std::unique_lock<std::mutex> g(thread_completion_mu_); in AwaitThreadsCompletion()
393 std::mutex thread_completion_mu_; variable
410 std::lock_guard<std::mutex> g(thread_completion_mu_); in CompleteThread()