Searched refs:_exit (Results 1 - 25 of 162) sorted by relevance

1234567

/external/chromium_org/base/debug/
H A Ddebugger_win.cc19 _exit(1);
22 _exit(1);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_noreturn.cc11 _exit(1);
/external/ltrace/testsuite/ltrace.main/
H A Dhello-vfork.c9 _exit(0);
/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests_unittest.cc26 _exit(kExpectedExitCode);
41 _exit(1);
53 _exit(2);
H A Dmain.cc28 _exit(1);
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c15 int _exit; variable
/external/bison/lib/
H A Dcloseout.c83 /* 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);
H A Dspawni.c187 _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_ERRO
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dfree_hook_realloc.cc30 _exit(1);
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook.cc32 _exit(1);
/external/valgrind/main/memcheck/tests/
H A Dexitprog.c22 _exit(1);
/external/chromium_org/content/app/
H A Dstartup_helper_win.cc25 _exit(1);
30 _exit(1);
/external/lldb/test/pexpect-2.4/examples/
H A Dastat.py23 os._exit(1)
73 os._exit(1)
H A Dscript.py31 os._exit(1)
102 os._exit(1)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dabstractstep.py40 def _exit(self, code): member in class:AbstractStep
/external/clang/utils/
H A DCaptureCmd61 os._exit(1)
66 os._exit(1)
67 os._exit(res)
70 os._exit(1)
/external/chromium_org/third_party/webrtc/base/
H A Dposix.cc72 // It is important that everything here use _exit() and not exit(), because
77 _exit(exit_code); // if second fork failed
85 _exit(255); // if execvp failed
91 _exit(exit_code);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py33 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)
H A Dp2p_invite.py37 os._exit(0)
104 os._exit(0)
132 os._exit(0)
195 os._exit(1)
201 os._exit(0)
/external/chromium_org/base/mac/
H A Dos_crash_dumps.cc21 // allocates or frees memory, we are in trouble if we do not _exit.
22 _exit(128 + sig);
/external/compiler-rt/test/msan/
H A Dsigwait.cc17 _exit(0);
H A Dsigwaitinfo.cc17 _exit(0);
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc113 // We call _exit() instead of exit(), as the former is a direct
118 // Some compilers can recognize that _exit() never returns and issue the
122 _exit(1);
226 // Returns the exit status of a process that calls _exit(2) with a
232 _exit(exit_code);
248 _exit(1);
294 EXPECT_DEATH(_exit(1), "");
306 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
312 _exit(1);
335 ASSERT_DEATH(_exit(
[all...]
/external/gtest/test/
H A Dgtest-death-test_test.cc113 // We call _exit() instead of exit(), as the former is a direct
118 // Some compilers can recognize that _exit() never returns and issue the
122 _exit(1);
226 // Returns the exit status of a process that calls _exit(2) with a
232 _exit(exit_code);
248 _exit(1);
294 EXPECT_DEATH(_exit(1), "");
306 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
312 _exit(1);
338 ASSERT_DEATH(_exit(
[all...]
/external/strace/test/
H A Dwait_must_be_interruptible.c40 _exit(0);
45 _exit(0);

Completed in 5290 milliseconds

1234567