Home
last modified time | relevance | path

Searched defs:ThreadArg (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/adb/
Dsocket_test.cpp41 struct ThreadArg { struct
42 int first_read_fd;
43 int last_write_fd;
44 size_t middle_pipe_count;
/aosp_15_r20/packages/modules/adb/fdevent/
Dfdevent_test.cpp110 struct ThreadArg { struct
111 int first_read_fd;
112 int last_write_fd;
113 size_t middle_pipe_count;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/
Doriginal_thread_pool.cc66 struct ThreadArg { in StartThread() struct
67 StatePtr state; in StartThread()
68 StartThreadReason reason; in StartThread()
/aosp_15_r20/system/libhwbinder/vts/performance/
H A DLatency.cpp106 struct ThreadArg { struct
112 ThreadArg* priv = (ThreadArg*)p; in threadStart() argument
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench.cc612 struct ThreadArg { struct in leveldb::Benchmark
613 Benchmark* bm;
614 SharedState* shared;
615 ThreadState* thread;
616 void (Benchmark::*method)(ThreadState*);
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp1273 struct ThreadArg { struct in RwlockKindTestHelper
1274 RwlockKindTestHelper* helper;
1275 std::atomic<pid_t>& tid;
1277 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg() function