Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exit.c709 cv_broadcast(&p->p_pwait); in exit1()
958 cv_broadcast(&p->p_pwait); in proc_reap()
H A Dkern_fork.c834 cv_timedwait(&p2->p_pwait, &p2->p_mtx, hz); in ast_vfork()
H A Dkern_exec.c823 cv_broadcast(&p->p_pwait); in do_execve()
H A Dkern_proc.c276 cv_init(&p->p_pwait, "ppwait"); in proc_init()
/freebsd/sys/sys/
H A Dproc.h761 struct cv p_pwait; /* (*) wait cv for exit/exec. */ member