Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc157 shutdown_state_.emplace_back(new PerThreadShutdownState()); in AsyncQpsServerTest()
526 struct PerThreadShutdownState { struct in grpc::testing::AsyncQpsServerTest
529 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() argument
532 std::vector<std::unique_ptr<PerThreadShutdownState>> shutdown_state_;
Dclient_async.cc180 shutdown_state_.emplace_back(new PerThreadShutdownState()); in AsyncClient()
216 struct PerThreadShutdownState { struct in grpc::testing::AsyncClient
219 PerThreadShutdownState() : shutdown(false) {} in PerThreadShutdownState() function
298 std::vector<std::unique_ptr<PerThreadShutdownState>> shutdown_state_;