Home
last modified time | relevance | path

Searched defs:PerThreadShutdownState (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/qps/
Dserver_async.cc528 struct PerThreadShutdownState { struct in grpc::testing::AsyncQpsServerTest
529 mutable std::mutex mutex;
530 bool shutdown;
531 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() function
Dclient_async.cc219 struct PerThreadShutdownState { struct in grpc::testing::AsyncClient
220 mutable std::mutex mutex;
221 bool shutdown;
222 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() function