Home
last modified time | relevance | path

Searched defs:thread_args (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timens/
Dclock_nanosleep.c25 struct thread_args { struct
34 struct thread_args *args = _args; in call_nanosleep() argument
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc53 typedef struct thread_args { struct
56 int (*read_bytes)(struct thread_args* args, char* buf); argument
57 int (*write_bytes)(struct thread_args* args, char* buf); argument
58 int (*setup)(struct thread_args* args); argument
61 } thread_args; argument
/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c1294 struct test_membarrier_thread_args thread_args; in test_membarrier() local