Searched refs:do_rseq (Results 1 – 2 of 2) sorted by relevance
30 rseq_register_current_thread (struct pthread *self, bool do_rseq) in rseq_register_current_thread() argument32 if (do_rseq) in rseq_register_current_thread()45 rseq_register_current_thread (struct pthread *self, bool do_rseq) in rseq_register_current_thread() argument
104 bool do_rseq = true; in __tls_init_tp() local106 do_rseq = TUNABLE_GET (rseq, int, NULL); in __tls_init_tp()108 if (rseq_register_current_thread (pd, do_rseq)) in __tls_init_tp()
Completed in 3 milliseconds