Home
last modified time | relevance | path

Searched refs:p_crash_behavior_deadline (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h493 …uint64_t p_crash_behavior_deadline; /* mach_continuous_time deadline. After this timestamp p_crash… member
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c1770 bool deadline_expired = (mach_continuous_time() > p->p_crash_behavior_deadline); in proc_should_trigger_panic()
1771 if (p->p_crash_behavior_deadline != 0 && deadline_expired) { in proc_should_trigger_panic()
H A Dkern_exec.c4665 p->p_crash_behavior_deadline = crash_behavior_deadline; in posix_spawn()
6055 p->p_crash_behavior_deadline = 0; in __mac_execve()