Home
last modified time | relevance | path

Searched refs:get_tls_block_for_this_thread (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
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() function
416 dl_info.dlpi_tls_data = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/false); in do_dl_iterate_phdr()
2291 void* tls_block = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/true); in do_dlsym()