Searched refs:__loader_add_thread_local_dtor (Results 1 – 5 of 5) sorted by relevance
31 extern "C" void __loader_add_thread_local_dtor(void* dso_handle) __attribute__((weak));45 if (__loader_add_thread_local_dtor != nullptr) { in __cxa_thread_atexit_impl()46 __loader_add_thread_local_dtor(dso_handle); in __cxa_thread_atexit_impl()
22 __loader_add_thread_local_dtor;
23 __loader_add_thread_local_dtor;
54 __strong_alias(__loader_add_thread_local_dtor, __internal_linker_error);
87 void __loader_add_thread_local_dtor(void* dso_handle) __LINKER_PUBLIC__;292 void __loader_add_thread_local_dtor(void* dso_handle) { in __loader_add_thread_local_dtor() function