Home
last modified time | relevance | path

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

12

/xnu-10063.141.1/tests/
H A Dkqworkloop_limits.c84 if (WIFSIGNALED(child_status)) {
108 if (WIFSIGNALED(child_status)) {
130 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.c47 if (WIFSIGNALED(child_status)) {
H A Dtask_fatal_port.c51 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.c147 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 Dsignal_exit_reason.c105 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in check_exit_reason()
H A Dmemorystatus_vm_map_fork.c430 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
H A Dport_table_limits.c76 if (WIFSIGNALED(child_status)) {
/xnu-10063.141.1/tests/vm/
H A Dvm_reclaim.c242 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
531 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
560 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
587 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed."); in vm_reclaim_async_exception()
637 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 Dentitlement_increased_memory_limit.c113 signaled = WIFSIGNALED(status); in resume_child_and_verify_exit()
H A Dmemorystatus_sort_test.c312 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "proc was signaled."); in cleanup_children()
H A Dtest_vm_no_pager_helper.c153 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGBUS) { in fork_and_crash()
H A Dmemorystatus_freeze_test.c1695 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
1830 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(stat), "child was signaled");
/xnu-10063.141.1/tools/tests/execperf/
H A Drun.c80 if (WIFSIGNALED(ret)) { in work()
/xnu-10063.141.1/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-10063.141.1/bsd/dev/arm/
H A Dunix_signal.c548 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
/xnu-10063.141.1/bsd/dev/i386/
H A Dunix_signal.c613 } else if (WIFSIGNALED(status_and_exitcode)) { in sendsig()
/xnu-10063.141.1/bsd/kern/
H A Dkern_exit.c1743 } else if (WIFSIGNALED(rv)) { in proc_should_trigger_panic()
3228 if (WIFSIGNALED(p->p_xstat)) { in waitid_nocancel()

12