Searched defs:ServerThread (Results 1 – 8 of 8) sorted by relevance
411 struct ServerThread { struct in grpc::testing::__anon4e73adf20111::RlsEnd2endTest413 explicit ServerThread(const grpc::string& type, Args&&... args) in ServerThread() argument418 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_;[all …]
441 class ServerThread { class in grpc::testing::__anon4b2c065b0111::GrpclbEnd2endTest444 explicit ServerThread(const std::string& type, Args&&... args) in ServerThread() function in grpc::testing::__anon4b2c065b0111::GrpclbEnd2endTest::ServerThread
67 class ServerThread { class69 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon1925a5100111::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
91 static void ServerThread(PreStopHookServer* server) { in ServerThread() function in grpc::testing::PreStopHookServer
147 XdsEnd2endTest::ServerThread::ServerThread( in ServerThread() function in grpc::testing::XdsEnd2endTest::ServerThread
2391 class ServerThread(threading.Thread): class