Searched refs:atexit (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/arch-mips/bionic/
H A Datexit.S29 .globl atexit
30 .hidden atexit
31 .type atexit, @function
33 .ent atexit
34 atexit: label
42 .size atexit, .-atexit
43 .end atexit
/bionic/libc/stdlib/
H A Datexit.h1 /* $OpenBSD: atexit.h,v 1.7 2007/09/03 14:40:16 millert Exp $ */
33 struct atexit { struct
34 struct atexit *next; /* next in list */
48 extern struct atexit *__atexit; /* points to head of LIFO stack */
H A Datexit.c1 /* $OpenBSD: atexit.c,v 1.14 2007/09/05 20:47:47 chl Exp $ */
37 #include "atexit.h"
41 struct atexit *__atexit;
56 * the backend for atexit(). For more info on this API, see:
63 struct atexit *p = __atexit;
115 struct atexit *p, *q;
182 struct atexit *p;
/bionic/libc/arch-arm/bionic/
H A Datexit.h32 int atexit(void (*func)(void)) function
H A Datexit_legacy.c36 * implementation of atexit().
45 atexit(void (*func)(void)) function
48 * Exit functions queued by this version of atexit will not be called
54 "WARNING: generic atexit() called from legacy shared library\n";
/bionic/libc/arch-x86/bionic/
H A Datexit.S30 .globl atexit
31 .hidden atexit
32 .type atexit, @function
33 atexit: label
50 .size atexit, .-atexit
/bionic/libc/unistd/
H A Dabort.c35 #include "atexit.h"
45 struct atexit *p = __atexit;
/bionic/libstdc++/include/
H A Dcstdlib44 using ::atexit;
/bionic/libc/include/
H A Dstdlib.h52 extern int atexit(void (*)(void));
/bionic/libc/
H A DAndroid.mk146 stdlib/atexit.c \

Completed in 154 milliseconds