Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc165 struct ServerThread { struct in grpc::testing::__anondb2f344a0111::ClientChannelStressTest
166 explicit ServerThread(const grpc::string& type, in ServerThread() function
182 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_;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp182 std::thread ServerThread([&]() { in TEST() local
226 std::thread ServerThread([&]() { in TEST() local
271 std::thread ServerThread([&]() { in TEST() local
316 std::thread ServerThread([&]() { in TEST() local
371 std::thread ServerThread([&]() { in TEST() local
413 std::thread ServerThread([&]() { in TEST() local
453 std::thread ServerThread([&]() { in TEST() local
525 std::thread ServerThread([&]() { in TEST() local
568 std::thread ServerThread([&]() { in TEST() local
613 std::thread ServerThread([&]() { in TEST() local
[all …]
DRemoteObjectLayerTest.cpp153 auto ServerThread = in TEST() local
200 auto ServerThread = in TEST() local
253 auto ServerThread = in TEST() local
304 auto ServerThread = in TEST() local
368 auto ServerThread = in TEST() local
457 auto ServerThread = in TEST() local
517 auto ServerThread = in TEST() local
567 auto ServerThread = in TEST() local
/external/grpc-grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc570 struct ServerThread { struct in grpc::testing::__anonf0b0436a0111::GrpclbEnd2endTest
571 explicit ServerThread(const grpc::string& type, in ServerThread() function
587 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_;
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc46 class ServerThread { class
48 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon707ef09f0111::ServerThread
/external/deqp/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
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java176 class ServerThread implements Runnable { class in Support_HttpServer
180 ServerThread(Support_Socket s) { in ServerThread() method in Support_HttpServer.ServerThread
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSocketHandlerTest.java700 public static class ServerThread extends Thread { class in SocketHandlerTest
/external/python/cpython3/Lib/
Dpydoc.py2280 class ServerThread(threading.Thread): class