Home
last modified time | relevance | path

Searched refs:proc_exiting (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc.h331 extern int proc_exiting(proc_t);
/xnu-11215/bsd/kern/
H A Dkern_exit.c1496 bool proc_exiting = false; in exit_with_reason() local
1567 proc_exiting = !!(p->p_lflag & P_LEXIT); in exit_with_reason()
1569 while (proc_exiting || p->exit_thread != self) { in exit_with_reason()
1570 if (proc_exiting || sig_try_locked(p) <= 0) { in exit_with_reason()
H A Dkern_proc.c1516 proc_exiting(proc_t p) in proc_exiting() function
/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c472 extern int proc_exiting(void *p);
3185 if (!task->active || task_is_a_corpse(task) || proc_exiting(bsd_info)) { in kcdata_get_task_ss_flags()