Searched refs:ATEXIT (Results 1 – 5 of 5) sorted by relevance
63 ATEXIT (fn1); in fn2()70 ATEXIT (fn2); in fn3()71 ATEXIT (fn0); in fn3()91 ATEXIT (fn_final); --slots_remaining; in do_test()93 ATEXIT (fn1); --slots_remaining; in do_test()94 ATEXIT (fn3); --slots_remaining; in do_test()95 ATEXIT (fn1); --slots_remaining; in do_test()96 ATEXIT (fn2); --slots_remaining; in do_test()97 ATEXIT (fn1); --slots_remaining; in do_test()98 ATEXIT (fn3); --slots_remaining; in do_test()[all …]
19 #define ATEXIT(fn) at_quick_exit (fn) macro
19 #define ATEXIT(fn) atexit (fn) macro
19 #define ATEXIT(fn) on_exit ((void (*) (int, void *)) fn, (void *) 0) macro
21 #define ATEXIT(fn) __cxa_atexit ((void (*) (void *)) fn, (void *) 0, (void *) 0) macro
Completed in 9 milliseconds