Home
last modified time | relevance | path

Searched defs:si_tls (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker_tls.cpp69 soinfo_tls* si_tls = si->get_tls(); in register_tls_module() local
90 soinfo_tls* si_tls = si->get_tls(); in unregister_tls_module() local
146 soinfo_tls* si_tls = si->get_tls(); in register_soinfo_tls() local
159 soinfo_tls* si_tls = si->get_tls(); in unregister_soinfo_tls() local
H A Dlinker.cpp402 static inline void* get_tls_block_for_this_thread(const soinfo_tls* si_tls, bool should_alloc) { in get_tls_block_for_this_thread()