Searched refs:__cxa_atexit (Results 1 – 8 of 8) sorted by relevance
/stdlib/ |
A D | tst-cxa_atexit.c | 19 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 D | test-cxa_atexit-race.c | 25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL) 28 int __cxa_atexit (void (*func) (void *), void *arg, void *d);
|
A D | test-dlclose-exit-race-helper.c | 36 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 D | atexit.c | 46 return __cxa_atexit ((void (*) (void *)) func, NULL, __dso_handle); in atexit()
|
A D | cxa_atexit.c | 26 #undef __cxa_atexit 68 __cxa_atexit (void (*func) (void *), void *arg, void *d) in __cxa_atexit() function 72 libc_hidden_def (__cxa_atexit)
|
A D | tst-bz20544.c | 29 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 D | test-cxa_atexit-race2.c | 50 int __cxa_atexit (void (*func) (void *), void *arg, void *d); 62 __cxa_atexit (&atexit_cb, ++cb_arg, 0); in thread_func()
|
A D | Versions | 96 __cxa_atexit; __cxa_finalize;
|
Completed in 16 milliseconds