Home
last modified time | relevance | path

Searched refs:P_WAITED (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/procfs/
H A Dprocfs_ctl.c222 p->p_flags &= ~P_WAITED; /* XXX ? */ in procfs_control()
/dragonfly/sys/kern/
H A Dsys_process.c423 (p->p_flags & P_WAITED) == 0) { in kern_ptrace()
519 p->p_flags &= ~(P_TRACED | P_WAITED); in kern_ptrace()
H A Dkern_exit.c1345 (p->p_flags & P_WAITED) == 0 && in kern_wait()
1355 (p->p_flags & P_WAITED) != 0 || in kern_wait()
1368 p->p_flags |= P_WAITED; in kern_wait()
H A Dkern_synch.c1368 p->p_flags &= ~P_WAITED; in tstop()
H A Dkern_sig.c1645 p->p_flags &= ~P_WAITED; in proc_stop()
/dragonfly/sys/sys/
H A Dproc.h361 #define P_WAITED 0x01000 /* SIGSTOP status was returned by wait3/4 */ macro