OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
301 - 325
of
1189
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/lldb/test/python_api/rdar-12481949/
Test-rdar-12481949.py
66
import
atexit
namespace
68
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/types/
TestFloatTypesExpr.py
61
import
atexit
namespace
63
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/bionic/libc/arch-common/bionic/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
/bionic/libc/arch-x86/bionic/
atexit.h
32
int
atexit
(void (*func)(void))
function
/bionic/libc/stdlib/
atexit.h
1
/* $OpenBSD:
atexit
.h,v 1.9 2014/06/18 19:01:10 kettenis Exp $ */
/bootable/recovery/minadbd/
adb_main.cpp
32
atexit
(usb_cleanup);
/development/ndk/platforms/android-21/arch-arm64/src/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
/development/ndk/platforms/android-21/arch-mips64/src/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
crtbegin_so.c
38
#include "
atexit
.h"
/development/ndk/platforms/android-3/arch-arm/src/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
/development/ndk/platforms/android-9/arch-mips/src/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
crtbegin_so.c
38
#include "
atexit
.h"
/development/ndk/platforms/android-9/arch-x86/src/
atexit.h
43
int
atexit
(void (*func)(void)) {
function
/external/compiler-rt/lib/asan/
asan_win_dynamic_runtime_thunk.cc
58
// using
atexit
() that calls a small subset of C terminators
72
return
atexit
(UnregisterGlobals);
75
// We need to call '
atexit
(UnregisterGlobals);' as early as possible, but after
76
//
atexit
() is initialized (.CRT$XIC). As this is executed before C++
/external/compiler-rt/test/lsan/TestCases/
do_leak_check_override.cc
28
atexit
(&__lsan_do_leak_check);
/external/compiler-rt/test/profile/
instrprof-write-file-only.c
29
// after the profile was written (and the
atexit
was suppressed by defining
/external/skia/src/utils/
SkEventTracer.cpp
48
atexit
([](){ SkDELETE(sk_atomic_load(&gUserTracer, sk_memory_order_acquire)); });
/frameworks/wilhelm/tests/sandbox/
getch.c
29
atexit
(reset_terminal_mode);
/external/lldb/test/api/check_public_api_headers/
TestPublicAPIHeaders.py
85
import
atexit
namespace
87
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/benchmarks/disassembly/
TestXcode41Vs42GDBDisassembly.py
92
import
atexit
namespace
94
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/benchmarks/startup/
TestStartupDelays.py
86
import
atexit
namespace
88
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/benchmarks/turnaround/
TestCompileRunToBreakpointTurnaround.py
119
import
atexit
namespace
121
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py
110
import
atexit
namespace
112
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py
91
import
atexit
namespace
93
atexit
.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
TestBreakpointLocations.py
95
import
atexit
namespace
97
atexit
.register(lambda: lldb.SBDebugger.Terminate())
Completed in 225 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>