/external/qemu/distrib/sdl-1.2.15/test/ |
loopwave.c | 27 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
|
/external/qemu/ |
tcpdump.c | 77 atexit(capture_atexit);
|
/external/bison/lib/ |
closeout.c | 88 Since close_stdout is commonly registered via 'atexit', POSIX 92 is registered via atexit before other functions are registered,
|
/external/chromium/base/debug/ |
trace_event_win.h | 89 // Note that this may return NULL post-AtExit processing. 110 // singleton instance post-AtExit processing.
|
/external/chromium_org/build/util/lib/common/ |
util.py | 7 import atexit namespace 82 atexit.register(MaybeDelete, path)
|
/external/chromium_org/chrome/test/chromedriver/ |
util.py | 7 import atexit namespace 83 atexit.register(MaybeDelete, path)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
path.py | 31 import atexit namespace 73 atexit.register(_CygPath.stop_cygpath_subprocess)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 135 import atexit namespace 136 atexit.register(__cleanup)
|
/external/chromium_org/v8/tools/testrunner/server/ |
daemon.py | 11 import atexit namespace 74 atexit.register(self.delpid)
|
/external/compiler-rt/lib/asan/ |
asan_flags.h | 80 // Print various statistics after printing an error message or if atexit=1. 85 bool atexit; member in struct:__asan::Flags
|
/external/harfbuzz_ng/src/ |
hb-shape.cc | 239 atexit (free_static_shaper_list); /* First person registers atexit() callback. */
|
/external/ipsec-tools/ |
main.c | 58 atexit(notify_death); 182 atexit(terminated);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdlib | 53 int atexit(void (*func)(void)); 127 using ::atexit;
|
/external/clang/test/CodeGenCXX/ |
arm.cpp | 1 // RUN: %clang_cc1 %s -triple=thumbv7-apple-ios3.0 -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -fexceptions | FileCheck %s 21 // The global dtor needs the right calling conv with -fno-use-cxa-atexit 26 // Make sure atexit(3) is used for global dtors. 29 // CHECK-NEXT: call i32 @atexit(void ()* @__dtor_baz) 343 // done for -fno-use-cxa-atexit here, but that's really not
|
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 162 /// Create a stub function, suitable for being passed to atexit, 194 /// Register a global destructor using the C atexit runtime function. 200 // extern "C" int atexit(void (*f)(void)); 204 llvm::Constant *atexit = local 205 CGM.CreateRuntimeFunction(atexitTy, "atexit"); 206 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit)) 209 EmitNounwindRuntimeCall(atexit, dtorStub);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc_nonshared.a | 6 ? ? j j j ? ? ? b b ? ? !? !? & & *j *j .? .? .? 3 3 7b ;f ;f__libc_csu_fini __libc_csu_init __i686.get_pc_thunk.bx atexit |