Home
last modified time | relevance | path

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

/lib/libc/
Dexit.c13 static struct atexit_cb _atexits[32]; // POSIX requires at least 32 atexit functions variable
22 _atexits[_atexit_count].cb = function; in atexit()
23 _atexits[_atexit_count].next = prev; in atexit()
25 _atexit_last = &_atexits[_atexit_count]; in atexit()