Searched refs:WIFSIGNALED (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c52 FAIL_IF(!WIFSIGNALED(child_ret));
123 FAIL_IF(WIFSIGNALED(child_ret));
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c122 if (!ret || (!WIFEXITED(wstatus[i]) && !WIFSIGNALED(wstatus[i])))
148 else if (WIFSIGNALED(wstatus[i]))
152 if (WIFSIGNALED(wstatus[i]) && WTERMSIG(wstatus[i]) == SIGUSR1)
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c304 } else if (WIFSIGNALED(wstatus)) {
316 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus));
360 } else if (WIFSIGNALED(wstatus)) {
372 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus));
425 } else if (WIFSIGNALED(wstatus)) {
437 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus));
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd.h87 "waitpid !WIFEXITED, WIFSIGNALED=%d, WTERMSIG=%d\n",
88 WIFSIGNALED(status), WTERMSIG(status));
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c72 if (WIFSIGNALED(status)) {
H A Dvstate_prctl.c43 WIFSIGNALED(status)) {
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c147 FAIL_IF(WIFSIGNALED(status));
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c79 if (WIFSIGNALED(status))
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c227 if (WIFSIGNALED(status)) {
H A Dtest_syscall_vdso.c362 if (WIFSIGNALED(status))
/linux-master/tools/include/nolibc/
H A Dtypes.h111 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL)
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { function
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c208 } else if (WIFSIGNALED(status)) {
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c274 if (WIFEXITED(status) || WIFSIGNALED(status))
H A Dzt-ptrace.c279 if (WIFEXITED(status) || WIFSIGNALED(status))
H A Dfp-ptrace.c654 if (WIFSIGNALED(wait_status)) {
691 if (WIFSIGNALED(wait_status)) {
732 if (pid == child && WIFSIGNALED(wait_status)) {
H A Dsve-ptrace.c643 if (WIFEXITED(status) || WIFSIGNALED(status))
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c198 if (WIFEXITED(status) || WIFSIGNALED(status))
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c153 WIFSIGNALED(status)) {
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c434 if (WIFSIGNALED(status) || !WIFEXITED(status) ||
/linux-master/tools/lib/subcmd/
H A Drun-command.c185 if (WIFSIGNALED(status))
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c284 } else if (!WIFSIGNALED(status) || !WCOREDUMP(status)) {
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c552 } else if (WIFSIGNALED(wstatus)) {
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h411 if (!WIFEXITED(status) && WIFSIGNALED(status)) \
1013 } else if (WIFSIGNALED(status)) {

Completed in 199 milliseconds

12