Home
last modified time | relevance | path

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

/lib/libc/
Dexit.c14 static struct atexit_cb *_atexit_last = NULL; variable
20 struct atexit_cb *prev = _atexit_last; in atexit()
25 _atexit_last = &_atexits[_atexit_count]; in atexit()
38 while (_atexit_last != NULL) { in exit()
39 (_atexit_last->cb)(); in exit()
40 _atexit_last = _atexit_last->next; in exit()