Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_exit.c712 cv_broadcast(&p->p_pwait); in exit1()
961 cv_broadcast(&p->p_pwait); in proc_reap()
HDkern_fork.c835 cv_timedwait(&p2->p_pwait, &p2->p_mtx, hz); in ast_vfork()
HDkern_exec.c811 cv_broadcast(&p->p_pwait); in do_execve()
HDkern_proc.c278 cv_init(&p->p_pwait, "ppwait"); in proc_init()
/freebsd-14-stable/sys/sys/
HDproc.h766 struct cv p_pwait; /* (*) wait cv for exit/exec. */ member