Home
last modified time | relevance | path

Searched refs:CALL_ATEXIT (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdlib/
Dtest-atexit-race-common.c30 #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()
Dtest-at_quick_exit-race.c24 #define CALL_ATEXIT at_quick_exit (&no_op) macro
Dtest-atexit-race.c23 #define CALL_ATEXIT atexit (&no_op) macro
Dtest-on_exit-race.c23 #define CALL_ATEXIT on_exit (&no_op, (void *) 0) macro
Dtest-cxa_atexit-race.c25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL) macro