Searched refs:_atexits (Results 1 – 1 of 1) sorted by relevance
13 static struct atexit_cb _atexits[32]; // POSIX requires at least 32 atexit functions variable22 _atexits[_atexit_count].cb = function; in atexit()23 _atexits[_atexit_count].next = prev; in atexit()25 _atexit_last = &_atexits[_atexit_count]; in atexit()