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

/bionic/libc/stdlib/
H A Datexit.c41 struct atexit *__atexit; variable in typeref:struct:atexit
63 struct atexit *p = __atexit;
71 p = __atexit;
83 if (__atexit == NULL) {
90 p->next = __atexit;
91 __atexit = p;
126 for (p = __atexit; p != NULL; p = p->next) {
166 for (p = __atexit; p != NULL; ) {
171 __atexit = NULL;
188 p = __atexit;
[all...]

Completed in 40 milliseconds