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

  /bionic/libc/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
16 END(_exit)
18 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-arm64/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips/syscalls/
_exit.S 5 ENTRY(_exit) function
19 END(_exit)
21 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips64/syscalls/
_exit.S 5 ENTRY(_exit) function
25 END(_exit)
27 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 ENTRY(_exit) function
29 END(_exit)
31 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86_64/syscalls/
_exit.S 5 ENTRY(_exit) function
15 END(_exit)
17 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/include/
stdlib.h 47 __noreturn void _Exit(int __status) __INTRODUCED_IN(21);
49 __noreturn void _Exit(int) __RENAME(_exit); variable
  /external/clang/test/Sema/
builtins-gnu-mode.c 15 int _exit; variable
  /external/python/cpython3/Lib/test/
test_contextlib_async.py 310 async def _exit(*args, **kwds): function in function:TestAsyncExitStack.test_async_callback
317 f = stack.push_async_callback(_exit, *args, **kwds)
319 f = stack.push_async_callback(_exit, *args)
321 f = stack.push_async_callback(_exit, **kwds)
323 f = stack.push_async_callback(_exit)
324 self.assertIs(f, _exit)
326 self.assertIs(wrapper[1].__wrapped__, _exit)
327 self.assertNotEqual(wrapper[1].__name__, _exit.__name__)
328 self.assertIsNone(wrapper[1].__doc__, _exit.__doc__)
381 async def _exit() member in class:TestAsyncExitStack.test_async_enter_context.TestCM
    [all...]
test_concurrent_futures.py 831 def _exit(): function
863 _exit()
869 return _exit, ()
930 (_exit, (), SystemExit,
    [all...]
test_contextlib.py 580 def _exit(*args, **kwds): function in function:TestBaseExitStack.test_callback
586 f = stack.callback(_exit, *args, **kwds)
588 f = stack.callback(_exit, *args)
590 f = stack.callback(_exit, **kwds)
592 f = stack.callback(_exit)
593 self.assertIs(f, _exit)
595 self.assertIs(wrapper[1].__wrapped__, _exit)
596 self.assertNotEqual(wrapper[1].__name__, _exit.__name__)
597 self.assertIsNone(wrapper[1].__doc__, _exit.__doc__)
645 def _exit() member in class:TestBaseExitStack.test_enter_context.TestCM
657 def _exit(): function in function:TestBaseExitStack.test_close
668 def _exit(): function in function:TestBaseExitStack.test_pop_all
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 216 : _root(NULL), _exit(NULL), _function(F) {}
281 BallLarusNode* _exit; member in class:llvm::BallLarusDag
  /external/python/cpython3/Lib/
threading.py 618 self._exit()
658 def _exit(self): member in class:Barrier
    [all...]
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 165 void env$$_exit(int Status) {
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 215 def _exit(code=0): function
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 282 def _exit(code=0): function
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 2369 }function _exit(status) { function in function:_fflush
    [all...]

Completed in 726 milliseconds