/external/grpc-grpc/test/cpp/client/ |
D | client_channel_stress_test.cc | 165 struct ServerThread { struct in grpc::testing::__anonec6241e80111::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/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 181 std::thread ServerThread([&]() { in TEST() local 236 std::thread ServerThread([&]() { in TEST() local 281 std::thread ServerThread([&]() { in TEST() local 326 std::thread ServerThread([&]() { in TEST() local 381 std::thread ServerThread([&]() { in TEST() local 423 std::thread ServerThread([&]() { in TEST() local 463 std::thread ServerThread([&]() { in TEST() local 535 std::thread ServerThread([&]() { in TEST() local 578 std::thread ServerThread([&]() { in TEST() local 623 std::thread ServerThread([&]() { in TEST() local [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 570 struct ServerThread { struct in grpc::testing::__anon8b08f2880111::GrpclbEnd2endTest 571 explicit ServerThread(const grpc::string& type, in ServerThread() argument 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/ |
D | settings_timeout_test.cc | 46 class ServerThread { class 48 explicit ServerThread(const char* address) : address_(address) {} in ServerThread() function in grpc_core::test::__anon93793cbd0111::ServerThread
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 96 class ServerThread : public de::Thread class
|
D | tcuAndroidExecService.cpp | 328 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/ |
D | Support_HttpServer.java | 176 class ServerThread implements Runnable { class in Support_HttpServer 180 ServerThread(Support_Socket s) { in ServerThread() method in Support_HttpServer.ServerThread
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ClangdLSPServerTests.cpp | 93 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anonad048cf60111::LSPTest
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | SocketHandlerTest.java | 700 public static class ServerThread extends Thread { class in SocketHandlerTest
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 2388 class ServerThread(threading.Thread): class
|