Home
last modified time | relevance | path

Searched refs:__rseq_register_current_thread (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/rseq/
H A Dcheck_optimized.c14 if (__rseq_register_current_thread(true, false)) in main()
H A Dparam_test.c487 __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in test_percpu_spinlock_thread()
564 __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in test_percpu_inc_thread()
718 if (!opt_disable_rseq && __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in test_percpu_list_thread()
901 if (!opt_disable_rseq && __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in test_percpu_buffer_thread()
1111 if (!opt_disable_rseq && __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in test_percpu_memcpy_buffer_thread()
1264 if (__rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) { in test_membarrier_worker_thread()
1329 if (__rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) { in test_membarrier_manager_thread()
1628 if (!opt_disable_rseq && __rseq_register_current_thread(rseq_no_glibc, opt_rseq_legacy)) in main()
H A Dlegacy_check.c30 int res = __rseq_register_current_thread(true, true); in FIXTURE_SETUP()
H A Drseq.h146 int __rseq_register_current_thread(bool nolibc, bool legacy);
150 return __rseq_register_current_thread(false, false); in rseq_register_current_thread()
H A Drseq.c144 int __rseq_register_current_thread(bool nolibc, bool legacy) in __rseq_register_current_thread() function
H A Dslice_test.c127 if (__rseq_register_current_thread(true, false)) in FIXTURE_SETUP()