Searched defs:atexit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/
H A DXfuncs.h83 #define atexit(f) on_exit(f, 0) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c5 - atexit(void(*handler)(void))
59 /** The atexit function registers the function pointed to by func, to be
65 @return The atexit function returns zero if the registration succeeds,
69 atexit(void (*handler)(void)) function
84 First, all functions registered by the atexit function are called, in the
106 No functions registered by the atexit function or signal handlers

Completed in 37 milliseconds