Home
last modified time | relevance | path

Searched defs:server_thread (Results 1 – 24 of 24) sorted by relevance

/external/pigweed/pw_rpc_transport/
Dsocket_rpc_transport_test.cc147 auto server_thread = thread::Thread(thread::stl::Options(), server); in TEST() local
206 auto server_thread = thread::Thread(thread::stl::Options(), server); in TEST() local
286 auto server_thread = thread::Thread(thread::stl::Options(), *server); in TEST() local
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
Dservices.sql100 server_thread STRING, field
136 server_binder.server_thread, field
Dbinder.sql365 reply_thread.name AS server_thread, field
433 server_thread STRING, field
/external/grpc-grpc/test/cpp/ext/gcp/
Dobservability_test.cc60 auto server_thread = std::thread([&]() { server->Wait(); }); in TEST() local
/external/ltp/testcases/kernel/syscalls/accept/
Daccept02.c43 static void *server_thread(void *arg) in server_thread() function
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_inq.c100 pthread_t server_thread; in main() local
/external/perfetto/protos/perfetto/metrics/android/
Dbinder_metric.proto58 optional string server_thread = 10; field
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsockopt_inherit.c65 static void *server_thread(void *arg) in server_thread() function
/external/flatbuffers/grpc/tests/
Dgrpctest.cpp140 std::thread server_thread(RunServer); in grpc_server_test() local
/external/grpc-grpc/test/core/handshake/
Dverify_peer_options.cc55 static void server_thread(void* arg) { in server_thread() function
Dserver_ssl_common.cc115 void server_thread(void* arg) { in server_thread() function
Dclient_ssl.cc199 static void server_thread(void* arg) { in server_thread() function
/external/liburing/test/
Dring-leak2.c92 static void *server_thread(void *arg) in server_thread() function
/external/ot-br-posix/third_party/Simple-web-server/repo/
Dhttp_examples.cpp211 thread server_thread([&server, &server_port]() { in main() local
Dhttps_examples.cpp209 thread server_thread([&server, &server_port]() { in main() local
/external/grpc-grpc/test/core/surface/
Dsequential_connectivity_test.cc110 grpc_core::Thread server_thread("grpc_server", server_thread_func, &sta); in run_test() local
Dconcurrent_connectivity_test.cc114 void server_thread(void* vargs) { in server_thread() function
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc257 ServerThread server_thread(server_address_string.c_str()); in TEST() local
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
Dqbone_client_test.cc207 ServerThread server_thread(std::move(server), server_address); in TEST_P() local
/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
Dio_test.cpp228 thread server_thread([&server]() { in main() local
724 thread server_thread([io_service] { in main() local
/external/grpc-grpc/test/cpp/interop/
Dpre_stop_hook_server_test.cc193 std::thread server_thread(ServerLoop, &service, port, &server, &mu, in TEST() local
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc261 static void server_thread(thread_args* args) { in server_thread() function
/external/perfetto/protos/perfetto/metrics/
Dperfetto_merged_metrics.proto649 optional string server_thread = 10; field
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc4152 QuicPacketWriter* server_writer, ServerThread* server_thread) in DowngradePacketWriter()