Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc266 std::mutex* shutdown_mu = &shutdown_state_[thread_idx]->mutex; in ThreadFunc() local
267 shutdown_mu->lock(); in ThreadFunc()
270 shutdown_mu->unlock(); in ThreadFunc()
274 [&, ctx, ok, entry_ptr, shutdown_mu]() { in ThreadFunc()
281 shutdown_mu->unlock(); in ThreadFunc()
286 shutdown_mu->lock(); in ThreadFunc()
289 shutdown_mu->unlock(); in ThreadFunc()