Searched defs:CALL_ATEXIT (Results 1 – 4 of 4) sorted by relevance
25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL) macro
24 #define CALL_ATEXIT at_quick_exit (&no_op) macro
23 #define CALL_ATEXIT atexit (&no_op) macro
23 #define CALL_ATEXIT on_exit (&no_op, (void *) 0) macro