Searched refs:kern_wait (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_exit.c | 842 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 D | syscallsubr.h | 393 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 235 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()
|