Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/timens/
H A Dvfork_exec.c22 struct thread_args { struct
29 struct thread_args *args = _args; in tcheck() argument
46 struct thread_args args = { in check_in_thread()
H A Dclock_nanosleep.c25 struct thread_args { struct
34 struct thread_args *args = _args; in call_nanosleep() argument
44 struct thread_args args = { .now = &now, .rem = &rem, .clockid = clockid}; in run_test()
/openbmc/linux/tools/testing/selftests/rseq/
H A Dparam_test.c1364 struct test_membarrier_thread_args thread_args; in test_membarrier() local
1374 thread_args.stop = 0; in test_membarrier()
1375 thread_args.percpu_list_ptr = 0; in test_membarrier()
1377 test_membarrier_manager_thread, &thread_args); in test_membarrier()
1386 test_membarrier_worker_thread, &thread_args); in test_membarrier()
1404 atomic_store(&thread_args.stop, 1); in test_membarrier()