Home
last modified time | relevance | path

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

/development/ndk/platforms/
DREADME.CRT.TXT125 atexit() implementation:
128 library which registered a function with 'atexit' is unloaded explicitely
135 such atexit() handlers when the corresponding shared library is unloaded.
137 However, this requires that the atexit() implementation be part of the
141 implementation of atexit() in assembler that essentially does:
143 void atexit(void(*myfunc)(void))
151 Note that crtbegin_static.[cS] should *not* provide an atexit() function
224 3. atexit compatibility symbol:
226 Earlier versions of the C library implemented and exported an atexit()
228 GLibc extension which automatically un-registers atexit() handlers when
[all …]
/development/ndk/platforms/android-21/arch-arm/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/ndk/platforms/android-9/arch-mips/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/ndk/platforms/android-3/arch-arm/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/ndk/platforms/android-21/arch-arm64/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/ndk/platforms/android-21/arch-mips64/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/ndk/platforms/android-9/arch-x86/src/
Datexit.h43 int atexit(void (*func)(void)) { in atexit() function
/development/python-packages/gdbrunner/
D__init__.py21 import atexit
176 atexit.register(lambda: device.forward_remove("tcp:{}".format(port)))
/development/ndk/platforms/android-8/include/
Dstdlib.h52 extern int atexit(void (*)(void));
/development/ndk/platforms/android-3/include/
Dstdlib.h52 extern int atexit(void (*)(void));
/development/ndk/platforms/android-16/include/
Dstdlib.h52 extern int atexit(void (*)(void));
/development/ndk/platforms/android-21/include/
Dstdlib.h47 extern int atexit(void (*)(void));
/development/ndk/platforms/android-9/include/
Dstdlib.h52 extern int atexit(void (*)(void));
/development/python-packages/adb/
Ddevice.py16 import atexit
371 atexit.register(p.kill)