Searched refs:OS_REASON_SIGNAL (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | reason.h | 89 #define OS_REASON_SIGNAL 2 macro
|
| /xnu-8792.61.2/tests/ |
| H A D | shared_cache_reslide_test.c | 159 …T_ASSERT_EQ(exit_reason.beri_namespace, OS_REASON_SIGNAL, "child should have exited with a signal"… in induce_crash()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_sig.c | 1807 proc_getpid(p), OS_REASON_SIGNAL, signum, 0, 0); in threadsignal() 1837 if (reason->osr_namespace == OS_REASON_SIGNAL && in set_thread_extra_flags() 1969 signal_reason = os_reason_create(OS_REASON_SIGNAL, signum); in build_signal_reason() 2430 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal() 2487 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal()
|
| H A D | kern_exit.c | 1680 if (reason->osr_namespace == OS_REASON_SIGNAL) { in proc_should_trigger_panic()
|