HomeSort by relevance Sort by last modified time
    Searched full:atexit (Results 726 - 750 of 1189) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/lib/asan/
asan_rtl.cc 469 if (flags()->atexit)
470 Atexit(asan_atexit);
496 Atexit(__lsan::DoLeakCheck);
  /external/harfbuzz_ng/src/
hb-private.hh 148 /* atexit() is only safe to be called from shared libraries on certain
153 /* From atexit() manpage, it's safe with glibc 2.2.3 on Linux. */
160 * mingw32 headers say atexit is safe to use in shared libraries.
  /external/llvm/tools/lli/
lli.cpp 337 // Cygwin-1.5 invokes DLL's dtors before atexit handler.
394 atexit(do_shutdown); // Call llvm_shutdown() on exit.
638 // This ensures that any atexit handlers get called correctly.
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpserver.py 21 import atexit namespace
636 atexit.register(self.shutdown)
971 import atexit namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 517 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
540 /* Call all functions registered with `atexit' and `on_exit',
558 functions registered with `atexit' or `on_exit'. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 518 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
541 /* Call all functions registered with `atexit' and `on_exit',
559 functions registered with `atexit' or `on_exit'. */
    [all...]
  /bionic/tests/
stdlib_test.cpp 354 atexit(not_run);
  /external/aac/libSYS/src/mips/
genericStds_mips.cpp 255 atexit(FDKepilog);
  /external/bison/lib/
wait-process.c 115 atexit (cleanup_slaves);
  /external/dhcpcd/
eloop.c 291 atexit(cleanup);
if-bsd.c 281 atexit(cleanup);
  /external/harfbuzz_ng/util/
helper-cairo.cc 85 atexit (free_ft_library);
  /external/ipsec-tools/src/racoon/
main.c 262 if (atexit(cleanup_pidfile) < 0) {
  /external/ltrace/
configure.ac 315 atexit \
  /external/mesa3d/src/egl/main/
egldisplay.c 223 /* atexit function is called with global mutex locked */
  /external/mesa3d/src/glsl/
ralloc.c 289 atexit(autofree);
  /external/toybox/toys/pending/
dd.c 166 atexit(summary);
  /external/valgrind/
darwin9-drd.supp 124 drd-darwin-atexit-register
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/
libgabi++_shared.so 

Completed in 422 milliseconds

<<21222324252627282930>>