Home
last modified time | relevance | path

Searched refs:WTERMSIG (Results 1 – 14 of 14) sorted by relevance

/xnu-8019.80.24/tests/
H A Dtask_fatal_port.c52 T_EXPECT_EQ(WTERMSIG(status), SIGKILL, "child was sent SIGKILL");
H A Dfreebsd_waitpid_nohang.c63 T_EXPECT_EQ(WTERMSIG(status), SIGTERM, "child was sent SIGTERM");
H A Dmemorystatus_vm_map_fork.c426 if (WTERMSIG(child_status) == SIGKILL) { in memorystatus_vm_map_fork_parent()
429 T_SKIP("Child terminated by signal %d test result invalid", WTERMSIG(child_status)); in memorystatus_vm_map_fork_parent()
H A Dsuspended_spawn_26184412.c83 T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "child should have exited due to SIGKILL"); in spawn_and_signal()
H A Dexec-race-58566604.c121 … kill_mode, exec_mode, getpid(), waitedpid, errno, strerror(errno), WTERMSIG(status), killcount); in run_test()
H A Dpfz.c128 T_LOG("Signal number = %d\n", WTERMSIG(status));
H A Dfd_table_limits.c69 T_FAIL("Child exited with signal = %d", WTERMSIG(child_status));
H A Dmemorystatus_freeze_test.c1677 T_QUIET; T_ASSERT_EQ(WTERMSIG(stat), SIGKILL, "Child received SIGKILL");
1809 T_QUIET; T_ASSERT_EQ(WTERMSIG(stat), SIGKILL, "Child received SIGKILL");
H A Dstackshot_tests.m541 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "waitpid status should be SIGKILLed");
/xnu-8019.80.24/tools/tests/execperf/
H A Drun.c81 errx(1, "process exited with signal %d", WTERMSIG(ret)); in work()
/xnu-8019.80.24/bsd/sys/
H A Dwait.h154 #define WTERMSIG(x) (_WSTATUS(x)) macro
/xnu-8019.80.24/tests/vm/
H A Dmemorystatus_sort_test.c316 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "proc was killed"); in cleanup_children()
H A Dvm_allocation.c174 int signal = WTERMSIG(child_status); in child_terminated_normally()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c865 WTERMSIG(rv), WEXITSTATUS(rv)); in launchd_crashed_panic()
919 …launchd_crashed_prefix_str, WTERMSIG(rv), WEXITSTATUS(rv), ((proc_getcsflags(p) & CS_KILLED) ? "CS… in launchd_crashed_panic()
1247 (hassigprop(WTERMSIG(rv), SA_CORE) || ((proc_getcsflags(p) & CS_KILLED) != 0) || in proc_prepareexit()
1254 if ((SIGSEGV == WTERMSIG(rv)) && in proc_prepareexit()
1264 code = ((WTERMSIG(rv) & 0xff) << 24) | in proc_prepareexit()
2517 siginfo.si_status = WTERMSIG(p->p_xstat); in waitid_nocancel()