Searched refs:__loader_remove_thread_local_dtor (Results 1 – 5 of 5) sorted by relevance
32 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()
23 __loader_remove_thread_local_dtor;
24 __loader_remove_thread_local_dtor;
56 __strong_alias(__loader_remove_thread_local_dtor, __internal_linker_error);
91 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