Searched refs:kern_wait (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 777 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 D | syscallsubr.h | 334 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
|