Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 59) sorted by relevance

123

/external/bison/lib/
Dsys_wait.in.h53 # ifndef WIFSIGNALED
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
93 # define WIFSIGNALED(x) ((x) == 3)
Dwait-process.c336 if (WIFSIGNALED (status)) in wait_subprocess()
/external/bison/darwin-lib/sys/
Dwait.h355 # ifndef WIFSIGNALED
356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
395 # define WIFSIGNALED(x) ((x) == 3) macro
/external/bison/linux-lib/sys/
Dwait.h355 # ifndef WIFSIGNALED
356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
395 # define WIFSIGNALED(x) ((x) == 3) macro
/external/fio/os/windows/posix/include/sys/
Dwait.h4 #define WIFSIGNALED(a) 0 macro
/external/oprofile/libutil++/
Dchild_reader.cpp232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process()
233 } else if (WIFSIGNALED(ret)) { in terminate_process()
/external/chromium_org/base/process/
Dkill_posix.cc108 if (WIFSIGNALED(status)) { in GetTerminationStatusImpl()
222 DCHECK(WIFSIGNALED(status)); in WaitForExitCode()
232 if (WIFSIGNALED(status)) { in WaitForExitCodeWithTimeout()
/external/chromium_org/third_party/android_crazy_linker/src/tests/
Dtest_shared_relro.cpp92 if (WIFSIGNALED(status)) in main()
Dtest_relocated_shared_relro.cpp92 if (WIFSIGNALED(status)) in main()
Dtest_two_shared_relros.cpp106 if (WIFSIGNALED(status)) in main()
/external/libunwind/tests/
Dtest-ptrace.c249 if (WIFSIGNALED (status) || WIFEXITED (status) in main()
258 else if (WIFSIGNALED (status)) in main()
/external/chromium_org/sandbox/linux/tests/
Dunit_tests.cc277 WIFSIGNALED(status) && (SIGSEGV == WTERMSIG(status)); in DeathSEGVMessage()
309 bool subprocess_terminated_by_signal = WIFSIGNALED(status); in DeathBySignal()
/external/valgrind/main/none/tests/
Dasync-sigs.c117 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) { in test()
/external/valgrind/main/memcheck/tests/
Daddressable.c140 if (WIFSIGNALED(status)) { in main()
/external/protobuf/gtest/test/
Dgtest_test_utils.py248 if os.WIFSIGNALED(ret_code):
/external/chromium_org/testing/gtest/test/
Dgtest_test_utils.py291 if os.WIFSIGNALED(ret_code):
/external/gtest/test/
Dgtest_test_utils.py291 if os.WIFSIGNALED(ret_code):
/external/strace/
Dstrace.c1377 if (WIFSIGNALED(status)) { in test_ptrace_setoptions_followfork()
1492 if (WIFSIGNALED(status)) { in test_ptrace_setoptions_for_all()
1580 if (WIFSIGNALED(status)) { in test_ptrace_seize()
2093 if (WIFSIGNALED(status)) in trace()
2240 if (WIFSIGNALED(status)) { in trace()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Drun-command.c168 if (WIFSIGNALED(status)) in wait_or_whine()
/external/e2fsprogs/misc/
Dlogsave.c216 if (WIFSIGNALED(status)) { in run_program()
/external/chromium_org/tools/android/forwarder2/
Ddaemon.cc94 else if (WIFSIGNALED(status)) in SigChildHandler()
/external/deqp/framework/delibs/deutil/
DdeProcess.c377 if (WIFEXITED(status) || WIFSIGNALED(status)) in deProcess_isRunning()
411 if (!WIFEXITED(status) && !WIFSIGNALED(status)) in deProcess_waitForFinish()
/external/ltrace/sysdeps/linux-gnu/
Devents.c234 if (WIFSIGNALED(status)) { in next_event()
/external/protobuf/gtest/src/
Dgtest-death-test.cc130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; in operator ()()
147 } else if (WIFSIGNALED(exit_code)) { in ExitSummary()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc436 } else if (WIFSIGNALED(status)) {

123