Searched refs:WIFSIGNALED (Results 1 – 19 of 19) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | fd_table_limits.c | 68 if (WIFSIGNALED(child_status)) { 111 if (WIFSIGNALED(child_status)) { 152 if (WIFSIGNALED(child_status)) {
|
| H A D | port_exhaustion.c | 47 if (WIFSIGNALED(child_status)) {
|
| H A D | task_fatal_port.c | 51 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
|
| H A D | freebsd_waitpid_nohang.c | 62 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
|
| H A D | suspended_spawn_26184412.c | 82 T_ASSERT_EQ(WIFSIGNALED(status), 1, "child should have exited due to signal"); in spawn_and_signal()
|
| H A D | kevent_pty.c | 130 T_ASSERT_TRUE(WIFSIGNALED(status), "master PID was signaled");
|
| H A D | pfz.c | 127 T_ASSERT_EQ(WIFSIGNALED(status), true, "Exited due to signal");
|
| H A D | memorystatus_vm_map_fork.c | 424 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
|
| H A D | port_table_limits.c | 76 if (WIFSIGNALED(child_status)) {
|
| H A D | memorystatus_freeze_test.c | 1676 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled"); 1808 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
|
| H A D | stackshot_tests.m | 540 T_QUIET; T_ASSERT_EQ(!!WIFSIGNALED(status), 1, "waitpid status should be signalled");
|
| /xnu-8019.80.24/tools/tests/execperf/ |
| H A D | run.c | 80 if (WIFSIGNALED(ret)) { in work()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | wait.h | 153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
|
| /xnu-8019.80.24/tests/vm/ |
| H A D | entitlement_increased_memory_limit.c | 145 signaled = WIFSIGNALED(status);
|
| H A D | memorystatus_sort_test.c | 315 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "proc was signaled."); in cleanup_children()
|
| H A D | vm_allocation.c | 173 } else if (WIFSIGNALED(child_status)) { in child_terminated_normally()
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | unix_signal.c | 606 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | unix_signal.c | 528 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exit.c | 2514 if (WIFSIGNALED(p->p_xstat)) { in waitid_nocancel()
|