Searched refs:OS_REASON_SIGNAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | reason.h | 89 #define OS_REASON_SIGNAL 2 macro
|
| /xnu-8019.80.24/tests/ |
| H A D | shared_cache_reslide_test.c | 155 …T_ASSERT_EQ(exit_reason.beri_namespace, OS_REASON_SIGNAL, "child should have exited with a signal"… in induce_crash()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_sig.c | 1901 proc_getpid(p), OS_REASON_SIGNAL, signum, 0, 0); in threadsignal() 1929 if (reason->osr_namespace == OS_REASON_SIGNAL && in set_thread_extra_flags() 2049 signal_reason = os_reason_create(OS_REASON_SIGNAL, signum); in build_signal_reason() 2510 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal() 2567 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal()
|