Home
last modified time | relevance | path

Searched refs:P_LEXIT (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c1622 proc_exiting = !!(p->p_lflag & P_LEXIT); in exit_with_reason()
1655 p->p_lflag |= P_LEXIT; in exit_with_reason()
2209 if (!(p->p_lflag & P_LEXIT)) { in proc_exit()
2214 p->p_lflag |= P_LEXIT; in proc_exit()
H A Dproc_info.c717 if ((p->p_lflag & P_LEXIT) == P_LEXIT) { in proc_pidbsdinfo()
846 if ((p->p_lflag & P_LEXIT) == P_LEXIT) { in proc_pidshortbsdinfo()
H A Dkern_fork.c616 if (parent_proc->p_lflag & P_LEXIT || !thread_is_active(current_thread())) { in fork()
H A Dkern_sig.c2153 if (ISSET(sig_proc->p_flag, P_REBOOT) || ISSET(sig_proc->p_lflag, P_LEXIT)) { in psignal_internal()
H A Dkern_exec.c2826 if (p->p_lflag & P_LEXIT) { in exec_activate_image()
5613 proc_active = !(old_proc->p_lflag & P_LEXIT); in proc_exec_switch_task()
H A Dkern_sysctl.c1151 if (p->p_lflag & P_LEXIT) {
1214 if (p->p_lflag & P_LEXIT) {
H A Dkern_proc.c1771 retval = p->p_lflag & P_LEXIT; in proc_exiting()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h523 #define P_LEXIT 0x00000008 /* */ macro
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c1633 if (p->p_lflag & P_LEXIT) { in fasttrap_provider_lookup()