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

  /bionic/libc/arch-common/bionic/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-21/arch-arm/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-21/arch-arm64/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-21/arch-mips64/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-9/arch-arm/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
  /development/ndk/platforms/android-9/arch-x86/src/
atexit.h 36 void __atexit_handler_wrapper(void* func) { function
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));

Completed in 382 milliseconds