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

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-mips/syscalls/
_exit.S 4 .globl _exit
6 .ent _exit
8 _exit: label
22 .end _exit
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 .type _exit, @function
6 .globl _exit
9 _exit: label
  /external/openssh/
cleanup.c 31 _exit(i);
  /external/webkit/Source/WebKit2/PluginProcess/qt/
PluginProcessMainQt.cpp 52 signal(SIGILL, _exit);
53 signal(SIGFPE, _exit);
54 signal(SIGBUS, _exit);
55 signal(SIGSEGV, _exit);
  /bionic/libc/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
  /bionic/libc/stdlib/
exit.c 55 * (including the stdio cleanup routine) and then _exit().
58 _exit(status);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 76 signal(SIGILL, _exit);
77 signal(SIGFPE, _exit);
78 signal(SIGBUS, _exit);
79 signal(SIGSEGV, _exit);
  /external/chromium/base/mac/
os_crash_dumps.cc 20 // allocates or frees memory, we are in trouble if we do not _exit.
21 _exit(128 + sig);
  /external/valgrind/main/memcheck/tests/
exitprog.c 22 _exit(1);
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm 82 signal(SIGILL, _exit);
83 signal(SIGFPE, _exit);
84 signal(SIGBUS, _exit);
85 signal(SIGSEGV, _exit);
  /bionic/libc/unistd/
daemon.c 61 _exit(0);
  /external/clang/utils/
CaptureCmd 61 os._exit(1)
66 os._exit(1)
67 os._exit(res)
70 os._exit(1)
  /external/openssh/openbsd-compat/
daemon.c 62 _exit(0);
  /system/extras/tests/bionic/libc/common/
test_clock.c 55 _exit(EXIT_SUCCESS);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 33 os._exit(0)
38 os._exit(0)
107 os._exit(0)
132 os._exit(0)
146 os._exit(0)
193 os._exit(0)
222 os._exit(0)
p2p_invite.py 37 os._exit(0)
104 os._exit(0)
132 os._exit(0)
195 os._exit(1)
201 os._exit(0)
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 120 // We call _exit() instead of exit(), as the former is a direct
124 _exit(1);
132 _exit(1);
214 // Returns the exit status of a process that calls _exit(2) with a
220 _exit(exit_code);
236 _exit(1);
282 EXPECT_DEATH(_exit(1), "");
294 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
300 _exit(1);
326 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 110 // We call _exit() instead of exit(), as the former is a direct
115 // Some compilers can recognize that _exit() never returns and issue the
119 _exit(1);
223 // Returns the exit status of a process that calls _exit(2) with a
229 _exit(exit_code);
245 _exit(1);
291 EXPECT_DEATH(_exit(1), "");
303 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
309 _exit(1);
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 110 // We call _exit() instead of exit(), as the former is a direct
115 // Some compilers can recognize that _exit() never returns and issue the
119 _exit(1);
223 // Returns the exit status of a process that calls _exit(2) with a
229 _exit(exit_code);
245 _exit(1);
291 EXPECT_DEATH(_exit(1), "");
303 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
309 _exit(1);
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/Linux/
clone_test.cc 23 _exit(1); // NoReturn, stack will remain unpoisoned unless we do something.
  /external/webkit/Source/WebKit2/Shared/
ChildProcess.cpp 85 // We use _exit here since the watchdog callback is called from another thread and we don't want
88 _exit(EXIT_FAILURE);
  /external/chromium/base/debug/
debugger_win.cc 106 _exit(1);
109 _exit(1);
  /system/netd/
logwrapper.c 103 _exit(1);
141 _exit(errno < 128 ? errno : 1); // XXX lame
220 _exit(127);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 121 _exit(exitcode);
126 _exit(-1); // abort is not NORETURN on Windows.

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 9