Home
last modified time | relevance | path

Searched defs:_atexit (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Datexit.h36 struct _atexit { struct
37 struct _atexit *_next; /* next in list */ argument
44 extern NEWLIB_THREAD_LOCAL_ATEXIT struct _atexit _atexit0; argument
D__atexit.c53 NEWLIB_THREAD_LOCAL_ATEXIT struct _atexit *_atexit; variable