Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_async.cc530 struct PerThreadShutdownState { struct in grpc::testing::AsyncQpsServerTest
531 mutable std::mutex mutex;
532 bool shutdown;
533 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() function
H A Dclient_async.cc219 struct PerThreadShutdownState { struct in grpc::testing::AsyncClient
220 mutable std::mutex mutex;
221 bool shutdown;
222 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() argument