Lines Matching defs:ServerThread
411 struct ServerThread { struct in grpc::testing::__anon4e73adf20111::RlsEnd2endTest
413 explicit ServerThread(const grpc::string& type, Args&&... args) in ServerThread() function
418 void Start() { in Start()
434 void Serve(grpc::internal::Mutex* mu, grpc::internal::CondVar* cond) { in Serve()
448 void Shutdown() { in Shutdown()
458 const int port_;
459 grpc::string type_;
460 T service_;
461 std::unique_ptr<Server> server_;
462 std::unique_ptr<std::thread> thread_;
463 bool running_ = false;