Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_tls.cpp68 soinfo_tls* si_tls = si->get_tls(); in register_tls_module() local
89 soinfo_tls* si_tls = si->get_tls(); in unregister_tls_module() local
136 soinfo_tls* si_tls = si->get_tls(); in register_soinfo_tls() local
149 soinfo_tls* si_tls = si->get_tls(); in unregister_soinfo_tls() local
H A Dlinker.cpp367 static inline void* get_tls_block_for_this_thread(const soinfo_tls* si_tls, bool should_alloc) { in get_tls_block_for_this_thread()