/external/bison/lib/ |
D | sys_wait.in.h | 53 # ifndef WIFSIGNALED 54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro 93 # define WIFSIGNALED(x) ((x) == 3)
|
D | wait-process.c | 336 if (WIFSIGNALED (status)) in wait_subprocess()
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 355 # 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/ |
D | wait.h | 355 # 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/ |
D | wait.h | 4 #define WIFSIGNALED(a) 0 macro
|
/external/oprofile/libutil++/ |
D | child_reader.cpp | 232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process() 233 } else if (WIFSIGNALED(ret)) { in terminate_process()
|
/external/chromium_org/base/process/ |
D | kill_posix.cc | 108 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/ |
D | test_shared_relro.cpp | 92 if (WIFSIGNALED(status)) in main()
|
D | test_relocated_shared_relro.cpp | 92 if (WIFSIGNALED(status)) in main()
|
D | test_two_shared_relros.cpp | 106 if (WIFSIGNALED(status)) in main()
|
/external/libunwind/tests/ |
D | test-ptrace.c | 249 if (WIFSIGNALED (status) || WIFEXITED (status) in main() 258 else if (WIFSIGNALED (status)) in main()
|
/external/chromium_org/sandbox/linux/tests/ |
D | unit_tests.cc | 277 WIFSIGNALED(status) && (SIGSEGV == WTERMSIG(status)); in DeathSEGVMessage() 309 bool subprocess_terminated_by_signal = WIFSIGNALED(status); in DeathBySignal()
|
/external/valgrind/main/none/tests/ |
D | async-sigs.c | 117 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) { in test()
|
/external/valgrind/main/memcheck/tests/ |
D | addressable.c | 140 if (WIFSIGNALED(status)) { in main()
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 248 if os.WIFSIGNALED(ret_code):
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_test_utils.py | 291 if os.WIFSIGNALED(ret_code):
|
/external/gtest/test/ |
D | gtest_test_utils.py | 291 if os.WIFSIGNALED(ret_code):
|
/external/strace/ |
D | strace.c | 1377 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/ |
D | run-command.c | 168 if (WIFSIGNALED(status)) in wait_or_whine()
|
/external/e2fsprogs/misc/ |
D | logsave.c | 216 if (WIFSIGNALED(status)) { in run_program()
|
/external/chromium_org/tools/android/forwarder2/ |
D | daemon.cc | 94 else if (WIFSIGNALED(status)) in SigChildHandler()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 377 if (WIFEXITED(status) || WIFSIGNALED(status)) in deProcess_isRunning() 411 if (!WIFEXITED(status) && !WIFSIGNALED(status)) in deProcess_waitForFinish()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 234 if (WIFSIGNALED(status)) { in next_event()
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 130 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; in operator ()() 147 } else if (WIFSIGNALED(exit_code)) { in ExitSummary()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 436 } else if (WIFSIGNALED(status)) {
|