Searched refs:CS_KILLED (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dcodesign.h48 #define CS_KILLED 0x1000000 /* was killed by kernel for invalidity */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c198 p->p_csflags |= CS_KILLED;
H A Dkern_fork.c1316 child_proc->p_csflags = (parent_proc->p_csflags & ~CS_KILLED);
H A Dkern_exit.c376 if (hassigprop(WTERMSIG(rv), SA_CORE) || ((p->p_csflags & CS_KILLED) != 0)) {
H A Dkern_event.c642 CS_KILLED) != 0) {
H A Dkern_exec.c4214 p->p_csflags |= CS_KILLED;
H A Dkern_proc.c1915 pt->p_csflags |= CS_KILLED;

Completed in 35 milliseconds