Home
last modified time | relevance | path

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

12

/xnu-11215.61.5/tests/
H A Dkqworkloop_limits.c84 if (WIFSIGNALED(child_status)) {
108 if (WIFSIGNALED(child_status)) {
134 if (WIFSIGNALED(child_status)) {
H A Dfd_table_limits.c68 if (WIFSIGNALED(child_status)) {
111 if (WIFSIGNALED(child_status)) {
152 if (WIFSIGNALED(child_status)) {
H A Dport_exhaustion.c48 if (WIFSIGNALED(child_status)) {
H A Dtask_fatal_port.c52 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 Depoch_sync_tests.c100 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal");
H A Dpac_exception_entitlement.c154 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); in run_pac_exception_test()
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 Dspawn_exec_failure.c113 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in setup_child_and_wait_for_exit()
H A Dpfz.c127 T_ASSERT_EQ(WIFSIGNALED(status), true, "Exited due to signal");
H A Dkevent_pty.c130 T_ASSERT_TRUE(WIFSIGNALED(status), "master PID was signaled");
H A Dmemorystatus_vm_map_fork.c430 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
H A Dsignal_exit_reason.c109 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in check_exit_reason()
H A Dport_table_limits.c77 if (WIFSIGNALED(child_status)) {
/xnu-11215.61.5/tests/vm/
H A Dvm_reclaim.c249 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
543 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
573 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
600 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); in vm_reclaim_async_exception()
652 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Forked process crashed.");
H A Dvm_tainted_executable.c112 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(child_status), NULL);
H A Dmemorystatus_jetsam_zprint_snapshot.c216 } else if (WIFSIGNALED(status)) { in run_jzs_test()
H A Dentitlement_increased_memory_limit.c135 signaled = WIFSIGNALED(status); in resume_child_and_verify_exit()
H A Dmemorystatus_sort_test.c316 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "proc was signaled."); in cleanup_children()
H A Dtest_vm_no_pager_helper.c191 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGBUS) { in fork_and_crash()
H A Dmemorystatus_freeze_test.c1738 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
1875 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
/xnu-11215.61.5/tools/tests/execperf/
H A Drun.c80 if (WIFSIGNALED(ret)) { in work()
/xnu-11215.61.5/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_mptest_driver.c312 if (WIFSIGNALED(child_status)) { in skywalk_mptest_driver_run()
H A Dskywalk_test_driver.c318 if (WIFSIGNALED(child_status)) { in skywalk_test_driver_run()

12