HomeSort by relevance Sort by last modified time
    Searched refs:__loader_remove_thread_local_dtor (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 32 extern "C" void __loader_remove_thread_local_dtor(void* dso_handle) __attribute__((weak));
58 if (__loader_remove_thread_local_dtor != nullptr) {
59 __loader_remove_thread_local_dtor(current->dso_handle);
  /bionic/linker/
ld_android.cpp 55 __strong_alias(__loader_remove_thread_local_dtor, __internal_linker_error);
dlfcn.cpp 88 void __loader_remove_thread_local_dtor(void* dso_handle) __LINKER_PUBLIC__;
297 void __loader_remove_thread_local_dtor(void* dso_handle) { function

Completed in 80 milliseconds