Searched refs:__atexit (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/stdlib/
H A Datexit.c41 struct atexit *__atexit; variable in typeref:struct:atexit
64 struct atexit *p = __atexit;
72 p = __atexit;
84 if (__atexit == NULL) {
91 p->next = __atexit;
92 __atexit = p;
127 for (p = __atexit; p != NULL; p = p->next) {
167 for (p = __atexit; p != NULL; ) {
172 __atexit = NULL;
H A Datexit.h52 extern struct atexit *__atexit; /* points to head of LIFO stack */

Completed in 80 milliseconds