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

1 2 34 5 6 7

  /external/gtest/test/
gtest_test_utils.py 36 import atexit namespace
129 atexit.register(_RemoveTempDir)
  /external/ipsec-tools/
main.c 57 atexit(notify_death);
181 atexit(terminated);
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 124 /* SDL_Quit() shouldn't be used with atexit() directly because
206 atexit(cleanup_output);
207 atexit(cleanup);
219 /* Exit cleanly, calling atexit() functions */
  /external/stlport/
Android.mk 38 libstlport_cppflags := -fuse-cxa-atexit
  /external/bluetooth/glib/
glibconfig.h.win32.in 135 # define g_ATEXIT(proc) (!atexit (proc))
137 # define g_ATEXIT(proc) (atexit (proc))
  /external/compiler-rt/lib/asan/
asan_posix.cc 147 int Atexit(void (*function)(void)) {
148 return atexit(function);
asan_win.cc 306 int Atexit(void (*function)(void)) {
307 return atexit(function);
  /external/dhcpcd/
common.c 92 atexit(free_lbuf);
  /external/ipsec-tools/src/racoon/
main.c 262 if (atexit(cleanup_pidfile) < 0) {
  /external/oprofile/daemon/
init.c 339 if (atexit(clean_exit)) {
  /external/quake/quake/src/WinQuake/
in_sun.cpp 143 atexit( IN_Shutdown );
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 59 atexit(&GraphicsContext3DInternal::cleanupActiveContextsAtExit);
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 53 atexit(AudioNode::printNodeCounts);
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 241 atexit(closeIconDatabaseOnExit);
  /external/bluetooth/glib/glib/
gutils.h 265 /* we try to provide a useful equivalent for ATEXIT if it is
270 #ifndef ATEXIT
271 # define ATEXIT(proc) g_ATEXIT(proc)
274 #endif /* ATEXIT */
275 /* we use a GLib function as a replacement for ATEXIT, so
283 /* It's a bad idea to wrap atexit() on Windows. If the GLib DLL calls
284 * atexit(), the function will be called when the GLib DLL is detached
289 int atexit (void (*)(void));
290 #define g_atexit(func) atexit(func)
  /external/clang/utils/ABITest/
ABITestGen.py 4 import random, atexit, time namespace
609 atexit.register(lambda: output.close())
614 atexit.register(lambda: outputHeader.close())
619 atexit.register(lambda: outputTests.close())
624 atexit.register(lambda: outputDriver.close())
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 424 atexit(cleanup_output);
425 atexit(SDL_Quit);
605 /* Exit cleanly, calling atexit() functions */
  /ndk/sources/cxx-stl/stlport/
Android.mk 54 libstlport_cppflags := -fuse-cxa-atexit
  /build/core/combo/
TARGET_linux-sh.mk 59 -fno-use-cxa-atexit \
TARGET_linux-x86.mk 101 -fno-use-cxa-atexit
  /external/llvm/runtime/libprofile/
PathProfiling.c 260 * profiling library. It is responsible for setting up the atexit handler.
267 atexit(pathProfAtExitHandler);
  /external/llvm/tools/lli/
lli.cpp 171 // Cygwin-1.5 invokes DLL's dtors before atexit handler.
186 atexit(do_shutdown); // Call llvm_shutdown() on exit.
330 // This ensures that any atexit handlers get called correctly.
  /external/oprofile/daemon/liblegacy/
init.c 350 if (atexit(clean_exit)) {
  /external/qemu/
curses.c 351 atexit(curses_atexit);
  /external/linux-tools-perf/
builtin-record.c 455 atexit(sig_atexit);
590 atexit(atexit_header);

Completed in 1053 milliseconds

1 2 34 5 6 7