| /xnu-12377.41.6/tests/ |
| H A D | arm_mte_utilities.c | 52 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal"); in kill_child() 230 T_EXPECT_TRUE(WIFSIGNALED(status), "%s: exited with signal", msg); 253 if (WIFSIGNALED(status)) { 274 if (WIFSIGNALED(status)) {
|
| H A D | kqworkloop_limits.c | 84 if (WIFSIGNALED(child_status)) { 108 if (WIFSIGNALED(child_status)) { 134 if (WIFSIGNALED(child_status)) {
|
| 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 | unrecoverable_trap_test.c | 105 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); 149 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal");
|
| H A D | port_exhaustion.c | 48 if (WIFSIGNALED(child_status)) {
|
| H A D | try_read_write_test_unexpected.c | 77 T_EXPECT_TRUE(WIFSIGNALED(status), "parent: child process should crash");
|
| H A D | task_fatal_port.c | 52 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 | 155 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); in run_pac_exception_test()
|
| H A D | epoch_sync_tests.c | 100 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal");
|
| H A D | exc_guard_helper_test_unexpected.c | 78 T_ASSERT_TRUE(WIFSIGNALED(status), "child should have crashed");
|
| 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 | 113 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in setup_child_and_wait_for_exit()
|
| 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 | 430 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
|
| /xnu-12377.41.6/tools/tests/execperf/ |
| H A D | run.c | 80 if (WIFSIGNALED(ret)) { in work()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | wait.h | 153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | vm_tainted_executable.c | 114 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(child_status), NULL);
|
| H A D | memorystatus_jetsam_zprint_snapshot.c | 216 } else if (WIFSIGNALED(status)) { in run_jzs_test()
|
| H A D | vm_reclaim.c | 278 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 548 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); 582 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
|
| H A D | entitlement_increased_memory_limit.c | 146 signaled = WIFSIGNALED(status); in resume_child_and_verify_exit()
|
| /xnu-12377.41.6/tests/cxx_safe_buffers_src/ |
| H A D | reinterpret_span_cast.cpp | 119 T_ASSERT_TRUE(WIFSIGNALED(signal), "Child process successfully triggered an execution trap"); in trapping_test()
|
| /xnu-12377.41.6/tests/rm/ |
| H A D | coalition_info_pid_list.c | 232 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "signaled");
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skywalk_mptest_driver.c | 340 if (WIFSIGNALED(child_status)) { in skywalk_mptest_driver_run()
|