Searched refs:proc_reap (Results 1 – 3 of 3) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_exit.c | 942 proc_reap(struct thread *td, struct proc *p, int *status, int options) in proc_reap() function 1235 proc_reap(td, p, status, options); in proc_to_reap() 1557 proc_reap(td, p, status, options); in kern_pdwait()
|
| H A D | sys_procdesc.c | 388 proc_reap(curthread, p, NULL, 0); in procdesc_close()
|
| /src/sys/sys/ |
| H A D | proc.h | 1199 void proc_reap(struct thread *td, struct proc *p, int *status, int options);
|