Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dfd_table_limits.c68 if (WIFSIGNALED(child_status)) {
111 if (WIFSIGNALED(child_status)) {
152 if (WIFSIGNALED(child_status)) {
H A Dport_exhaustion.c47 if (WIFSIGNALED(child_status)) {
H A Dtask_fatal_port.c51 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
H A Dfreebsd_waitpid_nohang.c62 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
H A Dsuspended_spawn_26184412.c82 T_ASSERT_EQ(WIFSIGNALED(status), 1, "child should have exited due to signal"); in spawn_and_signal()
H A Dkevent_pty.c130 T_ASSERT_TRUE(WIFSIGNALED(status), "master PID was signaled");
H A Dpfz.c127 T_ASSERT_EQ(WIFSIGNALED(status), true, "Exited due to signal");
H A Dmemorystatus_vm_map_fork.c424 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
H A Dport_table_limits.c76 if (WIFSIGNALED(child_status)) {
H A Dmemorystatus_freeze_test.c1676 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
1808 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
H A Dstackshot_tests.m540 T_QUIET; T_ASSERT_EQ(!!WIFSIGNALED(status), 1, "waitpid status should be signalled");
/xnu-8019.80.24/tools/tests/execperf/
H A Drun.c80 if (WIFSIGNALED(ret)) { in work()
/xnu-8019.80.24/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-8019.80.24/tests/vm/
H A Dentitlement_increased_memory_limit.c145 signaled = WIFSIGNALED(status);
H A Dmemorystatus_sort_test.c315 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "proc was signaled."); in cleanup_children()
H A Dvm_allocation.c173 } else if (WIFSIGNALED(child_status)) { in child_terminated_normally()
/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c606 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
/xnu-8019.80.24/bsd/dev/arm/
H A Dunix_signal.c528 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c2514 if (WIFSIGNALED(p->p_xstat)) { in waitid_nocancel()