Searched refs:atexit (Results 1 - 25 of 121) sorted by relevance

12345

/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdlib.h25 int atexit(void (*)(void));
/external/pixman/pixman/
H A Dpixman-timer.c54 int atexit (void (*function)(void));
58 atexit (dump_timers);
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
H A Ddo_leak_check_override.cc28 atexit(&__lsan_do_leak_check);
/external/llvm/runtime/libprofile/
H A DEdgeProfiling.c36 * profiling library. It is responsible for setting up the atexit handler.
43 atexit(EdgeProfAtExitHandler);
H A DOptimalEdgeProfiling.c36 * profiling library. It is responsible for setting up the atexit handler.
43 atexit(OptEdgeProfAtExitHandler);
H A DBasicBlockTracing.c46 * block tracing library. It is responsible for setting up the atexit
63 /* Set up the atexit handler. */
64 atexit (BBTraceAtExitHandler);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglglobals.c71 atexit(_eglAtExit);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdlib.h25 int atexit(void (*)(void)) __attribute__((__nothrow__));
/external/compiler-rt/lib/asan/
H A Dasan_flags.h80 // Print various statistics after printing an error message or if atexit=1.
85 bool atexit; member in struct:__asan::Flags
/external/mesa3d/src/egl/main/
H A Deglglobals.c71 atexit(_eglAtExit);
/external/chromium_org/chrome/test/chromedriver/server/
H A Dserver.py5 import atexit namespace
41 atexit.register(self.Kill)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestlock.c19 * SDL_Quit() shouldn't be used with atexit() directly because
84 atexit(SDL_Quit_Wrapper);
93 atexit(printid);
/external/chromium_org/third_party/icu/source/common/
H A Ducln_imp.h31 * 2) Using atexit()
71 * Use the ANSI C 'atexit' function. Note that this mechanism does not
85 atexit(&ucln_atexit_handler);
/external/icu4c/common/
H A Ducln_imp.h31 * 2) Using atexit()
76 * Use the ANSI C 'atexit' function. Note that this mechanism does not
90 atexit(&ucln_atexit_handler);
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
H A DSDL_qtopia_main.cc42 atexit(cleanupQCop);
/external/chromium_org/chrome/test/webdriver/test/
H A Dutil.py7 import atexit namespace
56 atexit.register(DeleteDir)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py31 import atexit namespace
73 atexit.register(_CygPath.stop_cygpath_subprocess)
/external/chromium_org/build/util/lib/common/
H A Dutil.py7 import atexit namespace
82 atexit.register(MaybeDelete, path)
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py7 import atexit namespace
82 atexit.register(MaybeDelete, path)
/external/chromium_org/v8/tools/testrunner/server/
H A Ddaemon.py11 import atexit namespace
74 atexit.register(self.delpid)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shaper.cc104 atexit (free_static_shapers); /* First person registers atexit() callback. */
/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc91 atexit(MsanAtExit);
/external/harfbuzz_ng/src/
H A Dhb-shaper.cc104 atexit (free_static_shapers); /* First person registers atexit() callback. */
/external/linux-tools-perf/util/
H A Dpager.c88 atexit(wait_for_pager);
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp89 if (Name == "atexit") return (void*)(intptr_t)&atexit;
96 // (and register wrong callee's dtors with atexit(3)).

Completed in 513 milliseconds

12345