Searched defs:ServerThread (Results 1 – 7 of 7) sorted by relevance
171 struct ServerThread { struct in grpc::testing::__anon12645fba0111::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::__anon04059ada0111::GrpclbEnd2endTest669 explicit ServerThread(const std::string& type, Args&&... args) in ServerThread() argument674 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::__anon4aa3cf4f0111::XdsEnd2endTest1551 ServerThread() : port_(g_port_saver->GetPort()) {} in ServerThread() function in grpc::testing::__anon4aa3cf4f0111::XdsEnd2endTest::ServerThread
48 class ServerThread { class50 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon3122f00f0111::ServerThread
96 class ServerThread : public de::Thread class
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port) in ServerThread() function in tcu::Android::ServerThread
2389 class ServerThread(threading.Thread): class