OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
351 - 375
of
1849
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
pic-load.ll
6
@llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (void ()*)* @
atexit
to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
8
define hidden i32 @
atexit
(void ()* %func) nounwind {
10
; CHECK:
atexit
:
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go
19
func
atExit
(f func()) {
49
atExit
(pprof.StopCPUProfile)
59
atExit
(func() {
trace.go
26
atExit
(tracepkg.Stop)
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go
19
func
atExit
(f func()) {
49
atExit
(pprof.StopCPUProfile)
59
atExit
(func() {
trace.go
26
atExit
(tracepkg.Stop)
/toolchain/binutils/binutils-2.25/gold/testsuite/
constructor_test.cc
57
// A function called at
atexit
time.
66
// A class which counts itself and also calls
atexit
.
75
atexit
(atexit_function);
/bionic/libc/arch-common/bionic/
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"
/bionic/libc/stdlib/
atexit.c
1
/* $OpenBSD:
atexit
.c,v 1.20 2014/07/11 09:51:37 kettenis Exp $ */
37
#include "
atexit
.h"
44
struct
atexit
{
struct
45
struct
atexit
*next; /* next in list */
55
static struct
atexit
*__atexit;
75
* the backend for
atexit
(). For more info on this API, see:
82
struct
atexit
*p = __atexit;
104
"
atexit
handlers");
137
struct
atexit
*p, *q;
/development/ndk/platforms/android-21/arch-arm64/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"
/development/ndk/platforms/android-9/arch-arm/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"
/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"
/external/clang/test/CodeGenCXX/
destructor-exception-spec.cpp
2
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm-only -fno-use-cxa-
atexit
%s -std=c++11
/external/libunwind/tests/
Gtest-init.cxx
27
atexit
() handler. */
89
printf ("do_backtrace() from
atexit
()-handler:\n");
92
abort (); /* cannot portably call exit() from an
atexit
() handler */
106
return
atexit
(a);
/prebuilts/misc/windows/sdl2/test/
testlock.c
19
#include <stdlib.h> /* for
atexit
() */
31
* SDL_Quit() shouldn't be used with
atexit
() directly because
108
atexit
(SDL_Quit_Wrapper);
117
atexit
(printid);
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/libr2/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/libr6/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/libr2/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/libr6/
crtbegin_dynamic.o
Completed in 1202 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>