OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
76 - 100
of
820
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/platforms/android-9/arch-x86/src/
crtbegin_so.c
40
* The C library already defines a function named '
atexit
()'
43
* For newer ones, '
atexit
' is actually embedded in the C
46
* __cxa_atexit() in order to un-register any
atexit
()
57
#include "
atexit
.h"
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/external/chromium/base/mac/
os_crash_dumps.cc
18
// A call to exit() can call
atexit
() handlers. If we SIGSEGV due
19
// to a corrupt heap, and if we have an
atexit
handler that
/external/chromium_org/base/mac/
os_crash_dumps.cc
19
// A call to exit() can call
atexit
() handlers. If we SIGSEGV due
20
// to a corrupt heap, and if we have an
atexit
handler that
/external/clang/test/CodeGenCXX/
debug-info-global-ctor-dtor.cpp
1
// RUN: %clang_cc1 %s -g -fno-use-cxa-
atexit
-S -emit-llvm -o - \
3
// RUN: %clang_cc1 %s -g -fno-use-cxa-
atexit
-fapple-kext -S -emit-llvm -o - \
apple-kext.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-use-cxa-
atexit
-fapple-kext -emit-llvm -o - %s | FileCheck %s
/bionic/libc/stdlib/
atexit.c
1
/* $OpenBSD:
atexit
.c,v 1.14 2007/09/05 20:47:47 chl Exp $ */
37
#include "
atexit
.h"
41
struct
atexit
*__atexit;
48
* TODO: switch to the regular FreeBSD/NetBSD
atexit
implementation.
57
* the backend for
atexit
(). For more info on this API, see:
64
struct
atexit
*p = __atexit;
116
struct
atexit
*p, *q;
/external/llvm/runtime/libprofile/
BasicBlockTracing.c
46
* block tracing library. It is responsible for setting up the
atexit
63
/* Set up the
atexit
handler. */
64
atexit
(BBTraceAtExitHandler);
/external/qemu/distrib/sdl-1.2.15/test/
testlock.c
19
* SDL_Quit() shouldn't be used with
atexit
() directly because
84
atexit
(SDL_Quit_Wrapper);
93
atexit
(printid);
/development/ndk/platforms/
README.CRT.TXT
125
atexit
() implementation:
128
library which registered a function with '
atexit
' is unloaded explicitely
135
such
atexit
() handlers when the corresponding shared library is unloaded.
137
However, this requires that the
atexit
() implementation be part of the
141
implementation of
atexit
() in assembler that essentially does:
143
void
atexit
(void(*myfunc)(void))
151
Note that crtbegin_static.[cS] should *not* provide an
atexit
() function
224
3.
atexit
compatibility symbol:
226
Earlier versions of the C library implemented and exported an
atexit
()
228
GLibc extension which automatically un-registers
atexit
() handlers whe
[
all
...]
/external/compiler-rt/lib/asan/lit_tests/TestCases/
init-order-atexit.cc
7
// RUN: %clangxx_asan -O0 %s %p/Helpers/init-order-
atexit
-extra.cc -o %t
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlquit.html
131
>
atexit
</TT
136
atexit
(SDL_Quit);
149
>
atexit
</TT
152
>
atexit
</TT
/external/pixman/pixman/
pixman-timer.c
54
int
atexit
(void (*function)(void));
58
atexit
(dump_timers);
/external/qemu/android/utils/
tempfile.h
38
** We delete all temporary files in
atexit
()-registered callbacks.
43
** that you want it closed in
atexit
() time. You should always call
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py
2
atexit
.py - allow programmer to define multiple exit functions to be executed
29
print >> sys.stderr, "Error in
atexit
._run_exitfuncs:"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py
2
atexit
.py - allow programmer to define multiple exit functions to be executed
29
print >> sys.stderr, "Error in
atexit
._run_exitfuncs:"
Completed in 486 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>