HomeSort by relevance Sort by last modified time
    Searched refs:atexit (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/arch-mips/bionic/
atexit.S 29 .globl atexit
30 .hidden atexit
31 .type atexit, @function
33 .ent atexit
34 atexit: label
42 .size atexit, .-atexit
43 .end atexit
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.S 29 .globl atexit
30 .hidden atexit
31 .type atexit, @function
33 .ent atexit
34 atexit: label
42 .size atexit, .-atexit
43 .end atexit
  /bionic/libc/arch-arm/bionic/
atexit.h 32 int atexit(void (*func)(void)) function
atexit_legacy.c 36 * implementation of atexit().
45 atexit(void (*func)(void)) function
48 * Exit functions queued by this version of atexit will not be called
53 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n";
  /bionic/libc/arch-x86/bionic/
atexit.h 32 int atexit(void (*func)(void)) function
  /development/ndk/platforms/android-3/arch-arm/src/
atexit.h 32 int atexit(void (*func)(void)) function
  /bionic/libc/stdlib/
atexit.h 1 /* $OpenBSD: atexit.h,v 1.7 2007/09/03 14:40:16 millert Exp $ */
35 struct atexit { struct
36 struct atexit *next; /* next in list */
52 extern struct atexit *__atexit; /* points to head of LIFO stack */
atexit.c 1 /* $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;
  /development/ndk/platforms/android-9/arch-x86/src/
atexit.S 30 .globl atexit
31 .hidden atexit
32 .type atexit, @function
33 atexit: label
50 .size atexit, .-atexit
  /external/llvm/runtime/libprofile/
EdgeProfiling.c 36 * profiling library. It is responsible for setting up the atexit handler.
43 atexit(EdgeProfAtExitHandler);
OptimalEdgeProfiling.c 36 * profiling library. It is responsible for setting up the atexit handler.
43 atexit(OptEdgeProfAtExitHandler);
BasicBlockTracing.c 46 * block tracing library. It is responsible for setting up the atexit
63 /* Set up the atexit handler. */
64 atexit (BBTraceAtExitHandler);
  /external/compiler-rt/lib/asan/
asan_flags.h 82 // Print various statistics after printing an error message or if atexit=1.
87 bool atexit; member in struct:__asan::Flags
  /external/qemu/distrib/sdl-1.2.15/test/
testlock.c 19 * SDL_Quit() shouldn't be used with atexit() directly because
84 atexit(SDL_Quit_Wrapper);
93 atexit(printid);
  /external/icu4c/common/
ucln_imp.h 31 * 2) Using atexit()
76 * Use the ANSI C 'atexit' function. Note that this mechanism does not
90 atexit(&ucln_atexit_handler);
  /external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
SDL_qtopia_main.cc 42 atexit(cleanupQCop);
  /frameworks/wilhelm/tests/sandbox/
getch.c 29 atexit(reset_terminal_mode);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 45 using ::atexit;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 32 import atexit namespace
76 atexit.register(_CygPath.stop_cygpath_subprocess)
  /bionic/libc/unistd/
abort.c 35 #include "atexit.h"
45 struct atexit *p = __atexit;
  /external/harfbuzz_ng/src/
hb-shaper.cc 104 atexit (free_static_shapers); /* First person registers atexit() callback. */
  /external/linux-tools-perf/util/
pager.c 88 atexit(wait_for_pager);
  /bionic/libstdc++/include/
cstdlib 44 using ::atexit;
  /external/protobuf/gtest/test/
gtest_test_utils.py 36 import atexit namespace
128 atexit.register(_RemoveTempDir)
  /external/stlport/
Android.mk 38 libstlport_cppflags := -fuse-cxa-atexit

Completed in 490 milliseconds

1 2 3 4 5 6 7 8