Searched defs:thread_args (Results 1 – 5 of 5) sorted by relevance
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
25 struct thread_args { struct34 struct thread_args *args = _args; in call_nanosleep() argument
38 ThreadArgument thread_args[MAX_THREAD]; variable
1315 struct test_membarrier_thread_args thread_args; in test_membarrier() local
2522 ThreadArgs thread_args = { in pthread_mutex_timedlock_pi_helper() local