Searched refs:__cxa_thread_atexit_impl (Results 1 – 2 of 2) sorted by relevance
20 extern int __cxa_thread_atexit_impl(void (*)(void *), void *, void *); in __cxa_thread_atexit()21 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol); in __cxa_thread_atexit()
17 extern "C" int __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, in __cxa_thread_atexit_impl() function