Searched refs:SIDL (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h148 #define SIDL 1 /* Process being created by fork. */ macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1030 * does not return process's with SIDL set, but we always return
1048 ASSERT(p->p_stat == SIDL);
2332 if ((p = proc_find(pid)) == PROC_NULL || p->p_stat == SIDL) {
2372 if ((p = proc_find(pid)) == NULL || p->p_stat == SIDL) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1186 child_proc->p_stat = SIDL;
H A Dkern_proc.c1980 if (p->p_stat == SIDL)
2170 if (p->p_stat == SIDL)
H A Dtty.c2893 #define ISRUN(p) (((p)->p_stat == SRUN) || ((p)->p_stat == SIDL))

Completed in 38 milliseconds