Home
last modified time | relevance | path

Searched defs:client_thread (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Dsocket_rpc_transport_test.cc157 auto client_thread = Thread(thread::stl::Options(), client); in TEST() local
217 auto client_thread = Thread(thread::stl::Options(), client); in TEST() local
244 auto client_thread = Thread(thread::stl::Options(), client); in TEST() local
294 auto client_thread = Thread(thread::stl::Options(), client); in TEST() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dservices.sql82 client_thread STRING, field
127 COALESCE(client_binder.client_thread, server_binder.client_thread) AS client_thread, field
H A Dbinder.sql341 thread.name AS client_thread, field
416 client_thread STRING, field
/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel_unittest.cc190 std::unique_ptr<base::Thread> client_thread, in ChannelTestShutdownAndWriteDelegate()
247 std::unique_ptr<base::Thread> client_thread = in TEST() local
H A Dmessage_pipe_perftest.cc135 base::Thread client_thread("PingPongClient"); in TEST_F() local
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_mojo_perftest.cc614 base::Thread client_thread("PingPongClient"); in TEST_P() local
646 base::Thread client_thread("InterfacePassingClient"); in TEST_P() local
662 base::Thread client_thread("InterfacePassingClient"); in TEST_P() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_mojo_perftest.cc660 base::Thread client_thread("PingPongClient"); in TEST_P() local
692 base::Thread client_thread("InterfacePassingClient"); in TEST_P() local
708 base::Thread client_thread("InterfacePassingClient"); in TEST_P() local
/aosp_15_r20/external/compiler-rt/test/msan/Linux/
H A Dsendmsg.cc34 pthread_t client_thread; in main() local
H A Dcmsghdr.cc30 pthread_t client_thread; in main() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Drecvfrom.cc55 pthread_t client_thread; in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/accept/
H A Daccept02.c83 static void *client_thread(void *arg) in client_thread() function
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dtesting_channel_create.cc78 grpc_core::Thread client_thread( in CreateClientServerBindersPairForTesting() local
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dbinder_metric.proto46 optional string client_thread = 4; field
/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler_unittest.cc43 std::thread client_thread; member
/aosp_15_r20/external/liburing/test/
H A Dring-leak2.c156 static void *client_thread(void *arg) in client_thread() function
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dxds_client.php506 $client_thread = new ClientThread($rpc_config, variable
/aosp_15_r20/packages/modules/adb/
Dsocket_test.cpp290 std::thread client_thread(ClientThreadFunc, assigned_port); in TEST_F() local
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.h92 pthread_t client_thread; /* Integration thread handle */ member
/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc300 static void client_thread(thread_args* args) { in client_thread() function
/aosp_15_r20/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.h239 std::thread client_thread; /* Integration thread handle */ member
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
H A Dio_test.cpp729 thread client_thread([&client_catch] { in main() local
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.h144 pthread_t client_thread; /* Integration thread handle */ member
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/
H A Dperfetto_merged_metrics.proto671 optional string client_thread = 4; field