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.c756 cv_broadcast(&p->p_pwait); in exit1()
1040 cv_broadcast(&p->p_pwait); in proc_reap()
H A Dkern_fork.c919 cv_timedwait(&p2->p_pwait, &p2->p_mtx, hz); in ast_vfork()
H A Dkern_exec.c928 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.h769 struct cv p_pwait; /* (*) wait cv for exit/exec. */ member