OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
51 - 75
of
633
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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
microsoft-abi-static-initializers.cpp
10
// CHECK: call i32 @
atexit
(void ()* @"__dtor_\01?s@@3US@@A")
38
// CHECK: call i32 @
atexit
(void ()* [[FOO_DTOR:@"__dtor_.*foo@.*]])
/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;
56
* the backend for
atexit
(). For more info on this API, see:
63
struct
atexit
*p = __atexit;
115
struct
atexit
*p, *q;
182
struct
atexit
*p;
exit.c
35
#include "
atexit
.h"
54
* Call functions registered by
atexit
() or _cxa_atexit()
/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);
EdgeProfiling.c
36
* profiling library. It is responsible for setting up the
atexit
handler.
43
atexit
(EdgeProfAtExitHandler);
OptimalEdgeProfiling.c
36
* profiling library. It is responsible for setting up the
atexit
handler.
43
atexit
(OptEdgeProfAtExitHandler);
/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);
testerror.c
13
/* Call this instead of exit(), so we can clean up SDL:
atexit
() is evil. */
/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/qemu/distrib/sdl-1.2.15/docs/html/
sdlquit.html
131
>
atexit
</TT
136
atexit
(SDL_Quit);
149
>
atexit
</TT
152
>
atexit
</TT
/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
/external/harfbuzz_ng/src/
hb-shaper.cc
104
atexit
(free_static_shapers); /* First person registers
atexit
() callback. */
/external/stlport/test/compiler/StTerm-order/
stterm-test.cc
13
* to this behaviour in certains cases unless -fuse-cxa-
atexit
is used.
15
* Test below give (without -fuse-cxa-
atexit
)
/bionic/libc/arch-arm/bionic/
atexit.h
32
int
atexit
(void (*func)(void))
function
/bionic/libc/arch-x86/bionic/
atexit.h
32
int
atexit
(void (*func)(void))
function
/bionic/libc/bionic/
thread_atexit.c
29
/* some simple glue used to make the BSD
atexit
code happy */
/development/ndk/platforms/android-3/arch-arm/src/
atexit.h
32
int
atexit
(void (*func)(void))
function
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDOpen.3
21
atexit
(SDL_Quit);
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
SDL_qtopia_main.cc
42
atexit
(cleanupQCop);
/external/stlport/
Android.mk
38
libstlport_cppflags := -fuse-cxa-
atexit
/frameworks/wilhelm/tests/sandbox/
getch.c
29
atexit
(reset_terminal_mode);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
gcrt1.o
Completed in 1661 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>