Home
last modified time | relevance | path

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

/lib/libc/
Dexit.c7 struct atexit_cb { struct
8 struct atexit_cb *next; argument
13 static struct atexit_cb _atexits[32]; // POSIX requires at least 32 atexit functions argument
14 static struct atexit_cb *_atexit_last = NULL;
20 struct atexit_cb *prev = _atexit_last; in atexit()