/prebuilts/ndk/r13/sources/cxx-stl/system/include/ |
cstdlib | 44 using ::atexit;
|
/development/ndk/platforms/android-21/include/ |
stdlib.h | 47 extern int atexit(void (*)(void));
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 52 extern int atexit(void (*)(void));
|
/external/aac/libSYS/src/linux/ |
genericStds_linux.cpp | 271 atexit(FDKepilog); 280 /* Because of atexit(), make sure to call this only once */
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 112 atexit(flush_atexit);
|
/external/e2fsprogs/lib/ext2fs/ |
atexit.c | 2 * atexit.c --- Clean things up when we exit normally. 77 ret = atexit(handle_exit);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
5-1.c | 102 /* atexit() routines */ 124 ret = atexit(at2); 126 UNRESOLVED(ret, "Failed to register an atexit() routine"); 225 ("The function registered with atexit() executed");
|
/external/strace/tests/ |
ipc_sem.c | 90 atexit(cleanup);
|
ipc_msg.c | 94 atexit(cleanup);
|
/external/strace/tests-m32/ |
ipc_sem.c | 90 atexit(cleanup);
|
/external/strace/tests-mx32/ |
ipc_sem.c | 90 atexit(cleanup);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
Intercept.cpp | 25 // registered with the atexit() library function. 29 /// calls to atexit(3), which we intercept and store in 70 sys::DynamicLibrary::AddSymbol("atexit", (void*)(intptr_t)atexit); 80 runAtExitHandlers(); // Run atexit handlers... 84 // jit_atexit - Used to intercept the "atexit" library call. 86 AtExitHandlers.push_back(Fn); // Take note of atexit handler... 107 if (Name == "atexit") return (void*)(intptr_t)&jit_atexit; 112 // (and register wrong callee's dtors with atexit(3)).
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
Intercept.cpp | 25 // registered with the atexit() library function. 29 /// calls to atexit(3), which we intercept and store in 73 sys::DynamicLibrary::AddSymbol("atexit", (void*)(intptr_t)atexit); 83 runAtExitHandlers(); // Run atexit handlers... 87 // jit_atexit - Used to intercept the "atexit" library call. 89 AtExitHandlers.push_back(Fn); // Take note of atexit handler... 110 if (Name == "atexit") return (void*)(intptr_t)&jit_atexit; 115 // (and register wrong callee's dtors with atexit(3)).
|
/external/syslinux/com32/include/ |
stdlib.h | 21 __extern int atexit(void (*)(void));
|
/external/v8/src/ |
startup-data-util.cc | 78 atexit(&FreeStartupData);
|
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 578 atexit(llvm_delete_flush_function_list); 579 atexit(llvm_delete_writeout_function_list); 580 atexit(llvm_writeout_files);
|
/frameworks/rs/tests/lldb/tests/ |
run_test.py | 22 import atexit 183 atexit.register(Timer.stop, timer) 313 atexit.register(UtilLLDB.stop)
|
/development/ndk/platforms/android-16/include/ |
stdlib.h | 52 extern int atexit(void (*)(void));
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
stdlib.h | 16 ATEXIT_MAX Maximum number of routines that may be registered by the atexit function.
32 int atexit (void (*)(void));
175 /** Maximum number of functions that can be registered by atexit.
199 /** The atexit function registers the function pointed to by func, to be
207 @return The atexit function returns zero if the registration succeeds,
210 int atexit(void (*Handler)(void));
216 First, all functions registered by the atexit function are called, in the
240 No functions registered by the atexit function or signal handlers
[all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
Environs.c | 5 - atexit(void(*handler)(void))
59 /** The atexit function registers the function pointed to by func, to be
65 @return The atexit function returns zero if the registration succeeds,
69 atexit(void (*handler)(void))
function 84 First, all functions registered by the atexit function are called, in the
106 No functions registered by the atexit function or signal handlers
|
/external/aac/libSYS/src/mips/ |
genericStds_mips.cpp | 255 atexit(FDKepilog);
|
/external/bison/src/ |
main.c | 75 atexit (close_stdout);
|
/external/pdfium/fxjs/ |
cfxjse_runtimedata.cpp | 46 atexit(KillV8);
|
/external/selinux/restorecond/ |
restorecond.c | 161 atexit( done );
|
/external/skia/src/utils/win/ |
SkDWrite.cpp | 42 atexit(release_dwrite_factory);
|