| /xnu-10002.1.13/tests/vm/ |
| H A D | vm_reclaim.c | 192 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 471 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 500 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 529 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 556 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); in vm_reclaim_async_exception() 606 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Forked process crashed.");
|
| H A D | vm_tainted_executable.c | 112 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(child_status), NULL);
|
| H A D | entitlement_increased_memory_limit.c | 113 signaled = WIFSIGNALED(status); in resume_child_and_verify_exit()
|
| H A D | memorystatus_sort_test.c | 312 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "proc was signaled."); in cleanup_children()
|
| H A D | memorystatus_freeze_test.c | 1650 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled"); 1782 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
|
| H A D | vm_allocation.c | 173 } else if (WIFSIGNALED(child_status)) { in child_terminated_normally()
|
| /xnu-10002.1.13/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 | pac_exception_entitlement.c | 144 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); in run_pac_exception_test()
|
| 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 | spawn_exec_failure.c | 90 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in setup_child_and_wait_for_exit()
|
| H A D | signal_exit_reason.c | 83 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in check_exit_reason()
|
| H A D | pfz.c | 127 T_ASSERT_EQ(WIFSIGNALED(status), true, "Exited due to signal");
|
| H A D | kevent_pty.c | 130 T_ASSERT_TRUE(WIFSIGNALED(status), "master PID was signaled");
|
| H A D | memorystatus_vm_map_fork.c | 430 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 | stackshot_tests.m | 634 T_QUIET; T_ASSERT_EQ(!!WIFSIGNALED(status), 1, "waitpid status should be signalled");
|
| /xnu-10002.1.13/tools/tests/execperf/ |
| H A D | run.c | 80 if (WIFSIGNALED(ret)) { in work()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | wait.h | 153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
|
| /xnu-10002.1.13/bsd/dev/i386/ |
| H A D | unix_signal.c | 613 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
|
| /xnu-10002.1.13/bsd/dev/arm/ |
| H A D | unix_signal.c | 548 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_exit.c | 1726 } else if (WIFSIGNALED(rv)) { in proc_should_trigger_panic() 3201 if (WIFSIGNALED(p->p_xstat)) { in waitid_nocancel()
|