Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dwait.h156 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_mptest_driver.c314 child, childpid, WTERMSIG(child_status), WCOREDUMP(child_status)); in skywalk_mptest_driver_run()
H A Dskywalk_test_driver.c319 …T_LOG("Child signaled with signal %d coredump %d", WTERMSIG(child_status), WCOREDUMP(child_status)… in skywalk_test_driver_run()
/xnu-11417.121.6/bsd/dev/i386/
H A Dunix_signal.c614 if (WCOREDUMP(status_and_exitcode)) { in sendsig()
/xnu-11417.121.6/bsd/dev/arm/
H A Dunix_signal.c549 if (WCOREDUMP(status_and_exitcode)) { in sendsig()
/xnu-11417.121.6/bsd/kern/
H A Dkern_exit.c3229 siginfo.si_code = WCOREDUMP(p->p_xstat) ? in waitid_nocancel()