Searched defs:ServerThread (Results 1 – 8 of 8) sorted by relevance
165 struct ServerThread { struct in grpc::testing::__anonc4fc902d0111::ClientChannelStressTest166 explicit ServerThread(const grpc::string& type, in ServerThread() argument182 void Start(const grpc::string& server_host, std::mutex* mu, in Start()197 void Shutdown() { in Shutdown()204 int port_;205 grpc::string type_;206 std::unique_ptr<Server> server_;207 T* service_;208 std::unique_ptr<std::thread> thread_;
570 struct ServerThread { struct in grpc::testing::__anon096b310d0111::GrpclbEnd2endTest571 explicit ServerThread(const grpc::string& type, in ServerThread() argument587 void Start(const grpc::string& server_host, std::mutex* mu, in Start()603 void Shutdown() { in Shutdown()610 int port_;611 grpc::string type_;612 std::unique_ptr<Server> server_;613 T* service_;614 std::unique_ptr<std::thread> thread_;
46 class ServerThread { class48 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anonf5886ac20111::ServerThread
176 class ServerThread implements Runnable { class in Support_HttpServer180 ServerThread(Support_Socket s) { in ServerThread() method in Support_HttpServer.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
700 public static class ServerThread extends Thread { class in SocketHandlerTest
2389 class ServerThread(threading.Thread): class