Searched refs:thread_args (Results 1 – 3 of 3) sorted by relevance
22 struct thread_args { struct29 struct thread_args *args = _args; in tcheck() argument46 struct thread_args args = { in check_in_thread()
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()
1374 struct test_membarrier_thread_args thread_args; in test_membarrier() local1384 thread_args.stop = 0; in test_membarrier()1385 thread_args.percpu_list_ptr = 0; in test_membarrier()1387 test_membarrier_manager_thread, &thread_args); in test_membarrier()1396 test_membarrier_worker_thread, &thread_args); in test_membarrier()1414 __atomic_store_n(&thread_args.stop, 1, __ATOMIC_RELEASE); in test_membarrier()