Home
last modified time | relevance | path

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

/bionic/linker/
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
Dlinker.cpp401 static inline void* get_tls_block_for_this_thread(const soinfo_tls* si_tls, bool should_alloc) { in get_tls_block_for_this_thread()