Searched refs:atexit_cb (Results 1 – 1 of 1) sorted by relevance
7 struct atexit_cb { struct8 struct atexit_cb *next; argument13 static struct atexit_cb _atexits[32]; // POSIX requires at least 32 atexit functions argument14 static struct atexit_cb *_atexit_last = NULL;20 struct atexit_cb *prev = _atexit_last; in atexit()