Searched defs:thread_args (Results 1 – 3 of 3) sorted by relevance
25 struct thread_args { struct34 struct thread_args *args = _args; in call_nanosleep() argument
55 typedef struct thread_args { struct58 int (*read_bytes)(struct thread_args* args, char* buf); argument59 int (*write_bytes)(struct thread_args* args, char* buf); argument60 int (*setup)(struct thread_args* args); argument63 } thread_args; argument236 static int do_nothing(thread_args* /*args*/) { return 0; } in do_nothing() argument
1315 struct test_membarrier_thread_args thread_args; in test_membarrier() local