Home
last modified time | relevance | path

Searched refs:P_CONTINUED (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_exit.c1387 if ((options & WCONTINUED) && (p->p_flags & P_CONTINUED)) { in kern_wait()
1394 if ((p->p_flags & P_CONTINUED) == 0) { in kern_wait()
1407 p->p_flags &= ~P_CONTINUED; in kern_wait()
H A Dkern_sig.c1242 p->p_flags &= ~P_CONTINUED; in lwpsignal()
1306 p->p_flags |= P_CONTINUED; in lwpsignal()
/dragonfly/sys/sys/
H A Dproc.h364 #define P_CONTINUED 0x08000 /* Proc has continued from a stopped state */ macro