Home
last modified time | relevance | path

Searched refs:SDYING (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/sys/
H A Dproc.h364 #define SDYING 3 /* About to die */ macro
370 ((p)->p_stat == SZOMB || (p)->p_stat == SDYING || (p)->p_stat == SDEAD)
/netbsd/sys/rump/librump/rumpkern/
H A Dlwproc.c156 KASSERT(p->p_stat == SDYING || p->p_stat == SDEAD); in lwproc_proc_free()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c392 case SDYING: in info_proc()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c392 case SDYING: in info_proc()
/netbsd/sys/kern/
H A Dkern_exit.c266 p->p_stat = SDYING; in exit1()