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

/bionic/libc/kernel/tools/
H A Dgenerate_uapi_headers.sh46 function cleanup () { function
102 trap cleanup EXIT
103 # This automatically triggers a call to cleanup.
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dquick_exit.c39 void (*cleanup)(void); member in struct:quick_exit_handler
47 * Stack of cleanup handlers. These will be invoked in reverse order when
60 h->cleanup = func;
78 h->cleanup();

Completed in 87 milliseconds