HomeSort by relevance Sort by last modified time
    Searched defs:atexit (Results 1 - 11 of 11) sorted by null

  /bionic/libc/arch-arm/bionic/
atexit.S 40 .hidden atexit
43 ENTRY(atexit) function
61 END(atexit)
  /bionic/libc/arch-x86/bionic/
atexit.S 30 .globl atexit
31 .hidden atexit
32 .type atexit, @function
33 atexit: label
50 .size atexit, .-atexit
  /frameworks/base/core/tests/overlaytests/
runtests.sh 8 function atexit() function
20 trap "atexit" EXIT
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 89 #define atexit(f) on_exit(f, 0) macro
  /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;
112 atexit(void (*func)(void)) function
126 struct atexit *p, *q;
189 struct atexit *p;
atexit.h 1 /* $OpenBSD: atexit.h,v 1.7 2007/09/03 14:40:16 millert Exp $ */
33 struct atexit { struct
34 struct atexit *next; /* next in list */
48 extern struct atexit *__atexit; /* points to head of LIFO stack */
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 36 import atexit namespace
129 atexit.register(_RemoveTempDir)
  /external/clang/utils/ABITest/
ABITestGen.py 4 import random, atexit, time namespace
609 atexit.register(lambda: output.close())
614 atexit.register(lambda: outputHeader.close())
619 atexit.register(lambda: outputTests.close())
624 atexit.register(lambda: outputDriver.close())
  /external/protobuf/gtest/test/
gtest_test_utils.py 36 import atexit namespace
128 atexit.register(_RemoveTempDir)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 32 import atexit namespace
76 atexit.register(_CygPath.stop_cygpath_subprocess)
  /external/clang/tools/scan-view/
ScanView.py 143 import atexit namespace
144 atexit.register(lambda: self.save_config())

Completed in 150 milliseconds