HomeSort by relevance Sort by last modified time
    Searched refs:_exit (Results 1 - 25 of 425) 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);
  /bionic/libc/arch-arm64/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 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/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
16 END(_exit)
18 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips/syscalls/
_exit.S 5 ENTRY(_exit) function
19 END(_exit)
21 ALIAS_SYMBOL(_Exit, _exit)
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_noreturn.cc 11 _exit(1);
free_hook_realloc.cc 30 _exit(1);
  /external/ltrace/testsuite/ltrace.main/
hello-vfork.c 9 _exit(0);
  /external/toybox/toys/other/
setsid.c 22 while (setsid()<0) if (XVFORK()) _exit(0);
  /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)
  /external/clang/test/Analysis/
vfork.c 20 _exit(1); // no-warning
32 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}}
48 _exit(1); // no-warning
60 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}}
69 _exit(1);
  /external/clang/test/Sema/
builtins-gnu-mode.c 15 int _exit; variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
plt1.s 8 bl _exit@plt
  /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);
  /bionic/libc/stdlib/
exit.c 62 * (including the stdio cleanup routine) and then _exit().
65 _exit(status);
  /external/compiler-rt/test/asan/TestCases/Posix/
free_hook_realloc.cc 27 _exit(1);
  /external/compiler-rt/test/lsan/TestCases/
recoverable_leak_check.cc 31 _exit(0);
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 32 _exit(1);
  /external/libchrome/base/debug/
debugger_unittest.cc 19 _exit(125);
  /external/libmicrohttpd/src/testcurl/
gauger.h 39 _exit(1);\
41 _exit(0);\
70 _exit(1);\
72 _exit(0);\
  /external/valgrind/memcheck/tests/
exitprog.c 22 _exit(1);

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>