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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/bionic/
atexit.h 33 int atexit(void (*func)(void)) function
  /bionic/libc/arch-mips64/bionic/
atexit.h 33 int atexit(void (*func)(void)) function
  /bionic/libc/arch-x86/bionic/
atexit.h 32 int atexit(void (*func)(void)) function
  /development/ndk/platforms/android-3/arch-arm/src/
atexit.h 32 int atexit(void (*func)(void)) function
  /development/ndk/platforms/android-9/arch-mips/src/
atexit.h 33 int atexit(void (*func)(void)) function
  /development/ndk/platforms/android-9/arch-x86/src/
atexit.h 32 int atexit(void (*func)(void)) function
  /development/ndk/platforms/android-L/arch-arm64/src/
atexit.h 34 int atexit(void (*func)(void)) { function
  /development/ndk/platforms/android-L/arch-mips64/src/
atexit.h 33 int atexit(void (*func)(void)) function
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 37 * implementation of atexit().
46 atexit(void (*func)(void)) function
49 * Exit functions queued by this version of atexit will not be called
54 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n";
  /bionic/libc/arch-common/bionic/
atexit.h 43 int atexit(void (*func)(void)) { function
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atexit.h 1 /* $OpenBSD: atexit.h,v 1.9 2014/06/18 19:01:10 kettenis Exp $ */
33 struct atexit { struct
34 struct atexit *next; /* next in list */
44 extern struct atexit *__atexit; /* points to head of LIFO stack */
  /external/lldb/test/arm_emulation/
TestEmulations.py 53 import atexit namespace
55 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/call-function/
TestCallStdStringFunction.py 59 import atexit namespace
61 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/persistent_types/
TestPersistentTypes.py 48 import atexit namespace
50 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/persistent_variables/
TestPersistentVariables.py 54 import atexit namespace
56 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/radar_8638051/
Test8638051.py 40 import atexit namespace
42 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/radar_9531204/
TestPrintfAfterUp.py 42 import atexit namespace
44 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/radar_9673664/
TestExprHelpExamples.py 44 import atexit namespace
46 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/expression_command/test/
TestExprs2.py 61 import atexit namespace
63 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/expression_command/two-files/
TestObjCTypeQueryFromOtherCompileUnit.py 52 import atexit namespace
54 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/functionalities/backticks/
TestBackticksWithoutATarget.py 20 import atexit namespace
22 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/functionalities/command_history/
TestCommandHistory.py 69 import atexit namespace
71 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/functionalities/command_regex/
TestCommandRegex.py 41 import atexit namespace
43 atexit.register(lambda: lldb.SBDebugger.Terminate())
  /external/lldb/test/functionalities/command_source/
TestCommandSource.py 43 import atexit namespace
45 atexit.register(lambda: lldb.SBDebugger.Terminate())

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>