Home
last modified time | relevance | path

Searched refs:atexit (Results 1 – 12 of 12) sorted by relevance

/stdlib/
A Dold_atexit.c4 # define atexit attribute_compat_text_section __dyn_atexit macro
6 # undef atexit
7 compat_symbol (libc, __dyn_atexit, atexit, GLIBC_2_0);
A Datexit.c41 #ifndef atexit
44 atexit (void (*func) (void)) in atexit() function
A Dtest-atexit-race.c23 #define CALL_ATEXIT atexit (&no_op)
A Dtst-atexit.c19 #define ATEXIT(fn) atexit (fn)
A DMakefile39 exit on_exit atexit cxa_atexit cxa_finalize old_atexit \
65 static-only-routines = atexit at_quick_exit
82 tst-getrandom tst-atexit tst-at_quick_exit \
83 tst-cxa_atexit tst-on_exit test-atexit-race \
94 tst-tls-atexit tst-tls-atexit-nodelete
102 LDLIBS-test-atexit-race = $(shared-thread-library)
233 tst-tls-atexit-lib.so-no-z-defs = yes
236 $(objpfx)tst-tls-atexit: $(shared-thread-library)
237 $(objpfx)tst-tls-atexit.out: $(objpfx)tst-tls-atexit-lib.so
239 $(objpfx)tst-tls-atexit-nodelete: $(shared-thread-library)
[all …]
A Dtest-dlclose-exit-race.c72 atexit (last); in main()
A Dtst-setcontext3.c99 atexit (exit_called); in do_test()
A Dtst-setcontext.c145 atexit (check_called); in main()
A Dtst-makecontext-align.c222 atexit (check_alignments); in do_test()
A DVersions18 a64l; abort; abs; atexit; atof; atoi; atol; atoll;
A Dtst-makecontext3.c121 atexit (check_called); in main()
A Dstdlib.h602 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));

Completed in 19 milliseconds