Searched defs:on_exit (Results 1 – 3 of 3) sorted by relevance
44 struct on_exit { struct45 union on_exit_func func; argument50 static struct on_exit on_exits[ATEXIT_MAX]; argument72 on_exit (void (*func)(int, void *),void *arg) in on_exit() function
61 on_exit (void (*fn) (int, void *), in on_exit() function
42 void (*on_exit)(int, void *); member