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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
abort.c 10 _exit(255);
exit.c 47 _exit(rv);
50 __noreturn _Exit(int rv)
52 _exit(rv);
55 __noreturn _exit(int rv) function
  /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)
  /bionic/libc/stdlib/
exit.c 41 _exit(status);
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_noreturn.cc 11 _exit(1);
free_hook_realloc.cc 30 _exit(1);
  /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.27/ld/testsuite/ld-powerpc/
plt1.s 8 bl _exit@plt
  /external/adhd/cras/src/common/
cras_metrics.c 18 _exit(1);
34 _exit(1);
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
copy_paste_unaligned_common.c 40 _exit(0); /* We hit the right instruction */
42 _exit(1);
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 43 _exit(0);
53 _exit(0);
57 _exit(0); // should crash with SIGSYS
72 _exit(0);
  /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/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/skia/tools/skiaserve/urlhandlers/
QuitHandler.cpp 25 _exit(0);
  /external/skqp/tools/skiaserve/urlhandlers/
QuitHandler.cpp 25 _exit(0);
  /external/valgrind/memcheck/tests/
exitprog.c 22 _exit(1);

Completed in 931 milliseconds

1 2 3 4 5 6 7 8 91011>>