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

1 2 3 45 6 7

  /bootable/recovery/minadbd/
adb.c 383 atexit(adb_cleanup);
  /external/dhcpcd/
eloop.c 291 atexit(cleanup);
showlease.c 209 atexit(free_option_buffer);
  /external/mtpd/
mtpd.c 182 atexit(stop_pppd);
  /external/qemu/android/utils/
filelock.c 411 atexit( filelock_atexit );
  /system/core/liblinenoise/
linenoise.c 87 static int rawmode = 0; /* for atexit() function to check if restore is needed*/
88 static int atexit_registered = 0; /* register atexit just 1 time */
121 atexit(linenoiseAtExit);
  /system/extras/latencytop/
latencytop.c 133 atexit(&disable_latencytop);
  /external/oprofile/daemon/
opd_perfmon.c 327 if (atexit(close_pipe)){
  /external/oprofile/utils/
ophelp.c 372 atexit(cleanup);
  /external/qemu/proxy/
proxy_common.c 265 atexit( proxy_manager_atexit );
  /external/qemu/
qemu-sockets-android.c 644 atexit(socket_cleanup);
qemu-sockets.c 714 atexit(socket_cleanup);
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 307 atexit(ExitVBEBuf);
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 916 atexit (Sys_AtExit); // in case we crash
  /frameworks/compile/slang/
llvm-rs-cc.cpp 384 atexit(llvm::llvm_shutdown);
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 282 if (atexit(reEnableAst))
  /external/clang/tools/scan-view/
ScanView.py 143 import atexit namespace
144 atexit.register(lambda: self.save_config())
  /external/ipsec-tools/
setup.c 293 atexit(flush);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 782 // registered with the atexit() library function.
786 /// calls to atexit(3), which we intercept and store in
824 sys::DynamicLibrary::AddSymbol("atexit", (void*)(intptr_t)atexit);
834 runAtExitHandlers(); // Run atexit handlers...
838 // jit_atexit - Used to intercept the "atexit" library call.
840 AtExitHandlers.push_back(Fn); // Take note of atexit handler...
    [all...]
  /external/qemu/audio/
coreaudio.c 743 atexit(coreaudio_atexit);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 704 atexit((void(*)(void))XF86cleanup);
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 706 atexit(cleanup);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 701 atexit(cleanup);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/i686-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);

Completed in 2154 milliseconds

1 2 3 45 6 7