Searched refs:OS_REASON_SIGNAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | reason.h | 89 #define OS_REASON_SIGNAL 2 macro
|
| /xnu-8020.101.4/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-8020.101.4/bsd/kern/ |
| H A D | kern_sig.c | 1899 proc_getpid(p), OS_REASON_SIGNAL, signum, 0, 0); in threadsignal() 1927 if (reason->osr_namespace == OS_REASON_SIGNAL && in set_thread_extra_flags() 2047 signal_reason = os_reason_create(OS_REASON_SIGNAL, signum); in build_signal_reason() 2508 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal() 2565 proc_getpid(sig_proc), OS_REASON_SIGNAL, signum, 0, 0); in psignal_internal()
|