Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exit.c777 error = kern_wait(td, WAIT_ANY, &status, 0, NULL); in owait()
797 error = kern_wait(td, uap->pid, &status, uap->options, rup); in sys_wait4()
1137 kern_wait(struct thread *td, pid_t pid, int *status, int options, in kern_wait() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h334 int kern_wait(struct thread *td, pid_t pid, int *status, int options,