Searched refs:__cxa_atexit (Results 1 – 3 of 3) sorted by relevance
12 corresponding destructors. Instead, the constructor must call __cxa_atexit
148 extern int __cxa_atexit(void (*f)(void*), void* p, void* d);
70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() function