HomeSort by relevance Sort by last modified time
    Searched refs:_exit (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
p755a.cpp 5 extern "C" void _exit(int);
8 _exit(0);
p755.cpp 8 extern "C" void _exit(int);
12 _exit(0);
  /ndk/tests/device/test-stlport_static-exception/jni/
p755a.cpp 5 extern "C" void _exit(int);
8 _exit(0);
p755.cpp 8 extern "C" void _exit(int);
12 _exit(0);
  /external/chromium_org/base/debug/
debugger_win.cc 19 _exit(1);
22 _exit(1);
  /bionic/libc/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 .globl _Exit
17 .equ _Exit, _exit
  /bionic/libc/arch-arm64/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 .globl _Exit
17 .equ _Exit, _exit
  /bionic/libc/arch-x86_64/syscalls/
_exit.S 5 ENTRY(_exit) function
15 END(_exit)
17 .globl _Exit
18 .equ _Exit, _exit
  /bionic/libc/arch-mips/syscalls/
_exit.S 5 ENTRY(_exit) function
19 END(_exit)
21 .globl _Exit
22 .equ _Exit, _exit
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 ENTRY(_exit) function
21 END(_exit)
23 .globl _Exit
24 .equ _Exit, _exit
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_noreturn.cc 11 _exit(1);
  /external/ltrace/testsuite/ltrace.main/
hello-vfork.c 9 _exit(0);
  /bionic/libc/arch-mips64/syscalls/
_exit.S 5 ENTRY(_exit) function
25 END(_exit)
27 .globl _Exit
28 .equ _Exit, _exit
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
exit.c 55 * (including the stdio cleanup routine) and then _exit().
58 _exit(status);
  /external/clang/test/Sema/
builtins-gnu-mode.c 15 int _exit; variable
  /external/bison/lib/
closeout.c 83 /* Close standard output. On error, issue a diagnostic and _exit
86 Also close standard error. On error, _exit with status 'exit_failure'.
91 once. So it calls '_exit' instead of 'exit'. If close_stdout
93 the other functions can act before this _exit is invoked.
97 _exit will bypass other buffer flushing. Applications should
99 errors. Also, applications should not use tmpfile, since _exit
119 _exit (exit_failure);
123 _exit (exit_failure);
spawni.c 187 _exit (SPAWN_ERROR);
205 _exit (SPAWN_ERROR);
215 _exit (SPAWN_ERROR);
222 _exit (SPAWN_ERROR);
229 _exit (SPAWN_ERROR);
235 _exit (SPAWN_ERROR);
251 _exit (SPAWN_ERROR);
263 _exit (SPAWN_ERROR);
271 _exit (SPAWN_ERROR);
275 _exit (SPAWN_ERROR)
    [all...]
  /external/compiler-rt/test/asan/TestCases/
free_hook_realloc.cc 30 _exit(1);
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 32 _exit(1);
  /external/valgrind/main/memcheck/tests/
exitprog.c 22 _exit(1);
  /external/chromium_org/content/app/
startup_helper_win.cc 25 _exit(1);
30 _exit(1);
  /bionic/libc/bionic/
daemon.c 61 _exit(0);
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 45 _exit(0);
55 _exit(0);
59 _exit(0); // should crash with SIGSYS
74 _exit(0);
  /external/chromium_org/sandbox/linux/tests/
main.cc 28 _exit(1);
unit_tests_unittest.cc 26 _exit(kExpectedExitCode);

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011>>