Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Drls_end2end_test.cc411 struct ServerThread { struct in grpc::testing::__anon4e73adf20111::RlsEnd2endTest
413 explicit ServerThread(const grpc::string& type, Args&&... args) in ServerThread() argument
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_;
[all …]
Dgrpclb_end2end_test.cc441 class ServerThread { class in grpc::testing::__anon4b2c065b0111::GrpclbEnd2endTest
444 explicit ServerThread(const std::string& type, Args&&... args) in ServerThread() function in grpc::testing::__anon4b2c065b0111::GrpclbEnd2endTest::ServerThread
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc67 class ServerThread { class
69 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon1925a5100111::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/grpc/test/cpp/interop/
Dpre_stop_hook_server.cc91 static void ServerThread(PreStopHookServer* server) { in ServerThread() function in grpc::testing::PreStopHookServer
/third_party/grpc/test/cpp/end2end/xds/
Dxds_end2end_test_lib.cc147 XdsEnd2endTest::ServerThread::ServerThread( in ServerThread() function in grpc::testing::XdsEnd2endTest::ServerThread
/third_party/python/Lib/
Dpydoc.py2391 class ServerThread(threading.Thread): class