Searched refs:CALL_ATEXIT (Results 1 – 5 of 5) sorted by relevance
30 #if !defined(CALL_EXIT) || !defined(CALL_ATEXIT)31 #error Must define CALL_EXIT and CALL_ATEXIT before using this file.47 CALL_ATEXIT; in threadfunc()
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
25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL) macro