Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exit.c842 error = kern_wait(td, WAIT_ANY, &status, 0, NULL); in owait()
862 error = kern_wait(td, uap->pid, &status, uap->options, rup); in sys_wait4()
1198 kern_wait(struct thread *td, pid_t pid, int *status, int options, in kern_wait() function
/freebsd/sys/sys/
H A Dsyscallsubr.h393 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c235 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()