Home
last modified time | relevance | path

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

12

/xnu-11417.121.6/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 Dpac_exception_entitlement.c154 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); in run_pac_exception_test()
H A Depoch_sync_tests.c100 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal");
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 Dport_table_limits.c77 if (WIFSIGNALED(child_status)) {
H A Dsignal_exit_reason.c109 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in check_exit_reason()
/xnu-11417.121.6/tools/tests/execperf/
H A Drun.c80 if (WIFSIGNALED(ret)) { in work()
/xnu-11417.121.6/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-11417.121.6/tests/vm/
H A Dvm_tainted_executable.c114 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 Dvm_reclaim.c285 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
675 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
709 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
H A Dentitlement_increased_memory_limit.c145 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()
/xnu-11417.121.6/tests/cxx_safe_buffers_src/
H A Dreinterpret_span_cast.cpp119 T_ASSERT_TRUE(WIFSIGNALED(signal), "Child process successfully triggered an execution trap"); in trapping_test()
/xnu-11417.121.6/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