Home
last modified time | relevance | path

Searched refs:__cxa_atexit (Results 1 – 8 of 8) sorted by relevance

/stdlib/
A Dtst-cxa_atexit.c19 extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
21 #define ATEXIT(fn) __cxa_atexit ((void (*) (void *)) fn, (void *) 0, (void *) 0)
A Dtest-cxa_atexit-race.c25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL)
28 int __cxa_atexit (void (*func) (void *), void *arg, void *d);
A Dtest-dlclose-exit-race-helper.c36 extern int __cxa_atexit (void (*func) (void *), void *arg, void *dso_handle);
77 __cxa_atexit (second, NULL, __dso_handle); in constructor()
78 __cxa_atexit (first, NULL, __dso_handle); in constructor()
A Datexit.c46 return __cxa_atexit ((void (*) (void *)) func, NULL, __dso_handle); in atexit()
A Dcxa_atexit.c26 #undef __cxa_atexit
68 __cxa_atexit (void (*func) (void *), void *arg, void *d) in __cxa_atexit() function
72 libc_hidden_def (__cxa_atexit)
A Dtst-bz20544.c29 extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
67 __cxa_atexit (NULL, NULL, NULL); /* Should assert. */ in test_bz20544_cxa_atexit()
A Dtest-cxa_atexit-race2.c50 int __cxa_atexit (void (*func) (void *), void *arg, void *d);
62 __cxa_atexit (&atexit_cb, ++cb_arg, 0); in thread_func()
A DVersions96 __cxa_atexit; __cxa_finalize;

Completed in 16 milliseconds