Home
last modified time | relevance | path

Searched defs:ServerThread (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc171 struct ServerThread { struct in grpc::testing::__anon12645fba0111::ClientChannelStressTest
172 explicit ServerThread(const std::string& type, in ServerThread() argument
188 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_;
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc667 struct ServerThread { struct in grpc::testing::__anon04059ada0111::GrpclbEnd2endTest
669 explicit ServerThread(const std::string& type, Args&&... args) in ServerThread() argument
674 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 …]
Dxds_end2end_test.cc1549 class ServerThread { class in grpc::testing::__anon4aa3cf4f0111::XdsEnd2endTest
1551 ServerThread() : port_(g_port_saver->GetPort()) {} in ServerThread() function in grpc::testing::__anon4aa3cf4f0111::XdsEnd2endTest::ServerThread
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc48 class ServerThread { class
50 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon3122f00f0111::ServerThread
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidExecService.hpp96 class ServerThread : public de::Thread class
DtcuAndroidExecService.cpp328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port) in ServerThread() function in tcu::Android::ServerThread
/third_party/python/Lib/
Dpydoc.py2389 class ServerThread(threading.Thread): class