HomeSort by relevance Sort by last modified time
    Searched full:atexit (Results 51 - 75 of 603) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/ndk/platforms/
README.CRT.TXT 125 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 whe
    [all...]
  /external/clang/test/CodeGenCXX/
apple-kext.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-use-cxa-atexit -fapple-kext -emit-llvm -o - %s | FileCheck %s
microsoft-abi-static-initializers.cpp 10 // CHECK: call i32 @atexit(void ()* @"__dtor_\01?s@@3US@@A")
38 // CHECK: call i32 @atexit(void ()* [[FOO_DTOR:@"__dtor_.*foo@.*]])
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlquit.html 131 >atexit</TT
136 atexit(SDL_Quit);
149 >atexit</TT
152 >atexit</TT
  /external/qemu/android/utils/
tempfile.h 38 ** We delete all temporary files in atexit()-registered callbacks.
43 ** that you want it closed in atexit() time. You should always call
  /bionic/libc/stdlib/
exit.c 35 #include "atexit.h"
54 * Call functions registered by atexit() or _cxa_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);
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 13 * to this behaviour in certains cases unless -fuse-cxa-atexit is used.
15 * Test below give (without -fuse-cxa-atexit)
  /bionic/libc/arch-arm/bionic/
atexit.h 32 int atexit(void (*func)(void)) function
crtbegin.c 68 #include "atexit.h"
  /bionic/libc/bionic/
thread_atexit.c 29 /* some simple glue used to make the BSD atexit code happy */
  /development/ndk/platforms/android-3/arch-arm/src/
atexit.h 32 int atexit(void (*func)(void)) function
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDOpen.3 21 atexit(SDL_Quit);
  /external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
SDL_qtopia_main.cc 42 atexit(cleanupQCop);
  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 13 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
  /external/stlport/
Android.mk 38 libstlport_cppflags := -fuse-cxa-atexit
  /frameworks/wilhelm/tests/sandbox/
getch.c 29 atexit(reset_terminal_mode);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
gcrt1.o 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
gcrt1.o 
  /bionic/libc/unistd/
abort.c 35 #include "atexit.h"
45 struct atexit *p = __atexit;
  /external/chromium/crypto/
openssl_util.cc 30 // shutdown, hence may still be using OpenSSL library after the AtExit
34 // we can't control the order the AtExit handlers will run in so
  /frameworks/base/core/tests/overlaytests/
runtests.sh 8 function atexit() function
20 trap "atexit" EXIT
  /external/chromium/base/
at_exit_unittest.cc 44 // AtExit callbacks can ruin the global state that other tests may depend on.
  /external/chromium/base/memory/
singleton_objc.h 15 // -[NSExampleType release] when Singleton's atexit routines run

Completed in 1152 milliseconds

1 23 4 5 6 7 8 91011>>