Searched refs:thread_args (Results 1 – 5 of 5) sorted by relevance
25 struct thread_args { struct34 struct thread_args *args = _args; in call_nanosleep() argument44 struct thread_args args = { .now = &now, .rem = &rem, .clockid = clockid}; in run_test()
87 int cfd = ((struct thread_args *)args)->cfd; in send_recv()88 struct sockaddr_nin si_server = ((struct thread_args *)args)->si_server; in send_recv()107 struct thread_args th_args; in main()
88 int cfd = ((struct thread_args *)args)->cfd; in send_recv()108 struct thread_args th_args; in main()
35 struct thread_args { struct
1292 struct test_membarrier_thread_args thread_args; in test_membarrier() local1302 thread_args.stop = 0; in test_membarrier()1303 thread_args.percpu_list_ptr = 0; in test_membarrier()1305 test_membarrier_manager_thread, &thread_args); in test_membarrier()1314 test_membarrier_worker_thread, &thread_args); in test_membarrier()1332 atomic_store(&thread_args.stop, 1); in test_membarrier()