Home
last modified time | relevance | path

Searched refs:no_op (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/stdlib/
Dtest-at_quick_exit-race.c24 #define CALL_ATEXIT at_quick_exit (&no_op)
28 no_op (void) in no_op() function
Dtest-atexit-race.c23 #define CALL_ATEXIT atexit (&no_op)
27 no_op (void) in no_op() function
Dtest-on_exit-race.c23 #define CALL_ATEXIT on_exit (&no_op, (void *) 0)
27 no_op (int exit_code, void *ignored) in no_op() function
Dtest-cxa_atexit-race.c25 #define CALL_ATEXIT __cxa_atexit (&no_op, NULL, NULL)
31 no_op (void *ignored) in no_op() function