Searched refs:proc_exiting (Results 1 – 4 of 4) sorted by relevance
331 extern int proc_exiting(proc_t);
1496 bool proc_exiting = false; in exit_with_reason() local1567 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()
1516 proc_exiting(proc_t p) in proc_exiting() function
472 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()