Searched refs:P_LEXIT (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c348 p->p_lflag |= P_LEXIT;
448 if( !(p->p_lflag & P_LEXIT)) {
453 p->p_lflag |= P_LEXIT;
1637 p->p_lflag |= (P_LEXIT | P_LPEXIT);
H A Dproc_info.c517 if ((p->p_lflag & P_LEXIT) == P_LEXIT)
606 if ((p->p_lflag & P_LEXIT) == P_LEXIT)
H A Dkdebug.c1175 if (p->p_lflag & P_LEXIT)
H A Dkern_sysctl.c1624 if (p->p_lflag & P_LEXIT)
1674 if (p->p_lflag & P_LEXIT)
H A Dkern_exec.c1300 if (p->p_lflag & P_LEXIT) {
H A Dkern_proc.c717 retval = p->p_lflag & P_LEXIT;
H A Dkern_sig.c1765 ISSET(sig_proc->p_lflag, P_LEXIT))
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h418 #define P_LEXIT 0x00000008 /* */ macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1489 if (p->p_lflag & (P_LINVFORK | P_LEXIT)) {
H A Ddtrace.c15783 ASSERT(p->p_dtrace_lazy_dofs == NULL || dtrace_dof_mode == DTRACE_DOF_MODE_LAZY_ON || p->p_lflag & P_LEXIT);

Completed in 193 milliseconds