Home
last modified time | relevance | path

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

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp32 extern "C" void __loader_remove_thread_local_dtor(void* dso_handle) __attribute__((weak));
58 if (__loader_remove_thread_local_dtor != nullptr) { in __cxa_thread_finalize()
59 __loader_remove_thread_local_dtor(current->dso_handle); in __cxa_thread_finalize()
/bionic/linker/
Dlinker.generic.map23 __loader_remove_thread_local_dtor;
Dlinker.arm.map24 __loader_remove_thread_local_dtor;
Dld_android.cpp56 __strong_alias(__loader_remove_thread_local_dtor, __internal_linker_error);
Ddlfcn.cpp91 void __loader_remove_thread_local_dtor(void* dso_handle) __LINKER_PUBLIC__;
299 void __loader_remove_thread_local_dtor(void* dso_handle) { in __loader_remove_thread_local_dtor() function