HomeSort by relevance Sort by last modified time
    Searched refs:ServerThread (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RPCUtilsTest.cpp 182 std::thread ServerThread([&]() {
218 ServerThread.join();
226 std::thread ServerThread([&]() {
263 ServerThread.join();
271 std::thread ServerThread([&]() {
308 ServerThread.join();
316 std::thread ServerThread([&]() {
354 ServerThread.join();
371 std::thread ServerThread([&]() {
405 ServerThread.join()
    [all...]
RemoteObjectLayerTest.cpp 153 auto ServerThread =
162 ServerThread.join();
200 auto ServerThread =
216 ServerThread.join();
253 auto ServerThread =
265 ServerThread.join();
304 auto ServerThread =
321 ServerThread.join();
368 auto ServerThread =
403 ServerThread.join()
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 170 ServerThread thread = new ServerThread();
204 ServerThread thread = new ServerThread();
241 ServerThread thread = new ServerThread();
255 thread = new ServerThread();
285 ServerThread thread = new ServerThread();
301 thread = new ServerThread();
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 96 class ServerThread : public de::Thread
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
122 ServerThread m_thread;
tcuAndroidExecService.cpp 326 // ServerThread
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port)
333 void ServerThread::run (void)
341 die("ServerThread::run(): %s", e.what());
345 void ServerThread::stop (void)
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 223 class ServerThread : public de::Thread
226 ServerThread (xs::TestProcess* testProcess, int port);
227 ~ServerThread (void);
237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port)
243 ServerThread::~ServerThread (void)
248 void ServerThread::run (void)
254 void ServerThread::stop (void)
297 ServerThread m_server
    [all...]
  /external/grpc-grpc/test/cpp/client/
client_channel_stress_test.cc 165 struct ServerThread {
166 explicit ServerThread(const grpc::string& type,
171 // by ServerThread::Start from firing before the wait below is hit.
177 std::bind(&ServerThread::Start, this, server_host, &mu, &cond)));
272 backend_servers_.emplace_back(ServerThread<BackendServiceImpl>(
279 balancer_servers_.emplace_back(ServerThread<BalancerServiceImpl>(
311 std::vector<ServerThread<BackendServiceImpl>> backend_servers_;
312 std::vector<ServerThread<BalancerServiceImpl>> balancer_servers_;
  /external/grpc-grpc/test/core/transport/chttp2/
settings_timeout_test.cc 46 class ServerThread {
48 explicit ServerThread(const char* address) : address_(address) {}
62 thread_.reset(new std::thread(std::bind(&ServerThread::Serve, this)));
224 ServerThread server_thread(server_address_string);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 102 Thread serverThread = new Thread(new Runnable() {
116 Thread thread = new Thread(new ServerThread(socket));
153 serverThread.start();
176 class ServerThread implements Runnable {
180 ServerThread(Support_Socket s) {
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 124 mThread = new Thread(new ServerThread());
137 class ServerThread implements Runnable {
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 75 private final ServerThread mServerThread;
124 mServerThread = new ServerThread(this, mSsl);
489 private static class ServerThread extends Thread {
548 public ServerThread(TestWebServer server, boolean ssl) throws Exception {
549 super("ServerThread");
CtsTestServer.java 138 private ServerThread mServerThread;
209 mServerThread = new ServerThread(this, mSsl);
    [all...]
  /external/grpc-grpc/test/cpp/end2end/
grpclb_end2end_test.cc 365 backend_servers_.emplace_back(ServerThread<BackendService>(
372 balancer_servers_.emplace_back(ServerThread<BalancerService>(
570 struct ServerThread {
571 explicit ServerThread(const grpc::string& type,
576 // by ServerThread::Start from firing before the wait below is hit.
582 std::bind(&ServerThread::Start, this, server_host, &mu, &cond)));
625 std::vector<ServerThread<BackendService>> backend_servers_;
626 std::vector<ServerThread<BalancerService>> balancer_servers_;
    [all...]
  /external/python/cpython3/Lib/
pydoc.py     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 912 milliseconds