Searched refs:__rseq_register_current_thread (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/rseq/ |
| H A D | check_optimized.c | 14 if (__rseq_register_current_thread(true, false)) in main()
|
| H A D | param_test.c | 487 __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 D | legacy_check.c | 30 int res = __rseq_register_current_thread(true, true); in FIXTURE_SETUP()
|
| H A D | rseq.h | 146 int __rseq_register_current_thread(bool nolibc, bool legacy); 150 return __rseq_register_current_thread(false, false); in rseq_register_current_thread()
|
| H A D | rseq.c | 144 int __rseq_register_current_thread(bool nolibc, bool legacy) in __rseq_register_current_thread() function
|
| H A D | slice_test.c | 127 if (__rseq_register_current_thread(true, false)) in FIXTURE_SETUP()
|