Searched defs:ServerThread (Results 1 – 5 of 5) sorted by relevance
171 struct ServerThread { struct in grpc::testing::__anonb6bb16fe0111::ClientChannelStressTest172 explicit ServerThread(const std::string& type, in ServerThread() argument188 void Start(const std::string& server_host, grpc::internal::Mutex* mu, in Start()203 void Shutdown() { in Shutdown()210 int port_;211 std::string type_;212 std::unique_ptr<Server> server_;213 T* service_;214 std::unique_ptr<std::thread> thread_;
667 struct ServerThread { struct in grpc::testing::__anon27852f1e0111::GrpclbEnd2endTest669 explicit ServerThread(const std::string& type, Args&&... args) in ServerThread() function674 void Start(const std::string& server_host) { in Start()690 void Serve(const std::string& server_host, grpc::internal::Mutex* mu, in Serve()706 void Shutdown() { in Shutdown()716 const int port_;717 std::string type_;718 T service_;719 std::unique_ptr<Server> server_;720 std::unique_ptr<std::thread> thread_;[all …]
1549 class ServerThread { class in grpc::testing::__anon069e2a130111::XdsEnd2endTest1551 ServerThread() : port_(g_port_saver->GetPort()) {} in ServerThread() function in grpc::testing::__anon069e2a130111::XdsEnd2endTest::ServerThread
48 class ServerThread { class50 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon91df0a530111::ServerThread
2388 class ServerThread(threading.Thread): class