Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc526 struct PerThreadShutdownState { struct in grpc::testing::AsyncQpsServerTest
527 mutable std::mutex mutex;
528 bool shutdown;
529 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() argument
Dclient_async.cc216 struct PerThreadShutdownState { struct in grpc::testing::AsyncClient
217 mutable std::mutex mutex;
218 bool shutdown;
219 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() argument