HomeSort by relevance Sort by last modified time
    Searched refs:atexit (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 517 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
528 /* Call all functions registered with `atexit' and `on_exit',
537 functions registered with `atexit' or `on_exit'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 517 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
528 /* Call all functions registered with `atexit' and `on_exit',
537 functions registered with `atexit' or `on_exit'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort
439 /** @brief Final report method, registered with @b atexit.
642 std::atexit(__report);
  /external/bluetooth/glib/glib/
gutils.c 289 * macro that maps to a call to the atexit() function in the C
291 * i.e. atexit(), is in a DLL, the function will be called when the
297 * The behaviour of atexit() in the context of dynamically loaded
300 * On POSIX systems, calling g_atexit() (or atexit()) in a dynamically
304 * Some POSIX systems implement atexit() like Windows, and have each
305 * dynamically loaded module maintain an own atexit chain that is
309 * unloaded, the registered atexit functions (if any) residing in that
314 * calling g_atexit() (or atexit()) except in the main executable of a
326 result = ATEXIT (func);
331 result = !atexit ((void (*)(void)) func)
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 935 atexit (close_stdout);
1107 atexit (msdos_return_to_initial_directory);
    [all...]
  /external/dhcpcd/
dhcp.c 321 atexit(free_option_buffer);
  /external/libpcap/
pcap-dag.c 170 atexit(atexit_handler);
pcap-dos.c 186 atexit (close_driver);
803 _printk_init (64*1024, NULL); /* calls atexit(printk_exit) */
    [all...]
pcap-linux.c     [all...]
  /external/linux-tools-perf/
builtin-stat.c 1223 atexit(sig_atexit);
    [all...]
  /external/qemu/android/
main-common.c 554 atexit(sdl_at_exit);
    [all...]
  /external/qemu/slirp/
slirp.c 182 atexit(slirp_cleanup);
  /system/core/adb/
adb.c 940 atexit(adb_cleanup);
    [all...]
  /system/core/toolbox/
dd.c 145 (void)atexit(summary);
  /bionic/libc/
Android.mk 145 stdlib/atexit.c \
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
  /external/qemu/
sockets.c 1209 atexit(socket_cleanup);
    [all...]
trace.c 534 atexit(trace_cleanup);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 659 atexit (gcov_exit);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 659 atexit (gcov_exit);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 659 atexit (gcov_exit);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 659 atexit (gcov_exit);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 659 atexit (gcov_exit);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1214 atexit(socket_cleanup);
    [all...]
  /external/qemu/audio/
audio.c     [all...]

Completed in 975 milliseconds

1 2 3 4 56 7