HomeSort by relevance Sort by last modified time
    Searched refs:_exit (Results 51 - 75 of 363) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 20 _exit(1); // NoReturn, stack will remain unpoisoned unless we do something.
swapcontext_test.cc 44 _exit(0);
  /external/compiler-rt/test/tsan/
vfork.cc 39 _exit(0);
  /external/lldb/test/pexpect-2.4/examples/
sshls.py 55 os._exit(1)
script.py 31 os._exit(1)
102 os._exit(1)
  /external/ltrace/testsuite/ltrace.torture/
vfork-thread.c 31 _exit (0);
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 70 _exit(1);
79 _exit(exit_code);
yama_unittests.cc 56 // _exit(0) if pid can be ptraced by the current process.
57 // _exit(1) otherwise.
60 _exit(0);
62 _exit(1);
unix_domain_socket_unittest.cc 123 _exit(0);
157 _exit(0);
201 _exit(0);
256 _exit(0);
  /system/netd/server/
ClatdController.cpp 104 _exit(1);
107 _exit(1);
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.cc 131 _exit(1);
152 _exit(1);
166 _exit(1);
182 _exit(1);
198 _exit(1);
210 _exit(1);
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 57 _exit(1);
66 _exit(1);
127 _exit(0);
153 _exit(0);
206 // Here, the current process is going to waitid() and _exit(), so there is no
224 _exit(exit_code);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 182 if (dup2(child_in[0], 0) == -1) _exit(1);
183 if (dup2(child_out[0], 1) == -1) _exit(2);
191 _exit(3); // if execvp fails, it's bad news for us
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 187 if (dup2(child_in[0], 0) == -1) _exit(1);
188 if (dup2(child_out[0], 1) == -1) _exit(2);
196 _exit(3); // if execvp fails, it's bad news for us
  /external/chromium_org/base/process/
launch_posix.cc 336 // you call _exit() instead of exit(). This is because _exit() does not
347 _exit(127);
353 _exit(127);
361 _exit(127);
433 _exit(127);
458 _exit(127);
554 // you call _exit() instead of exit(). This is because _exit() does not
560 _exit(127)
    [all...]
memory_win.cc 22 _exit(1);
  /external/compiler-rt/lib/msan/
msan_linux.cc 89 _exit(flags()->exit_code);
97 if (flags()->exit_code) _exit(flags()->exit_code);
  /art/runtime/
runtime_android.cc 39 _exit(1);
  /external/chromium_org/base/test/
multiprocess_test_android.cc 63 _exit(multi_process_function_list::InvokeChildProcessTest(procname));
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_basic.cc 23 _exit(status);
irt_exception_handling.cc 52 _exit(-1);
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
ppapi_main.c 74 _exit(127);
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 73 // This is due to StackDumpSignalHandler() performing _exit(1).
84 _exit(kExitForTimeout);
180 _exit(kExpectedValue);
318 _exit(kExitWithAssertionFailure);
323 _exit(kIgnoreThisTest);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
abstractsequencedcommand.py 52 self._exit(e.exit_code or 2)
  /external/fio/arch/
arch-ppc.h 89 _exit(0);

Completed in 1978 milliseconds

1 23 4 5 6 7 8 91011>>