Home
last modified time | relevance | path

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

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