Searched refs:proc_reap (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | sys_procdesc.c | 378 proc_reap(curthread, p, NULL, 0); in procdesc_close()
|
| HD | kern_exit.c | 846 proc_reap(struct thread *td, struct proc *p, int *status, int options) in proc_reap() function 1125 proc_reap(td, p, status, options); in proc_to_reap()
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 976 void proc_reap(struct thread *td, struct proc *p, int *status, int options);
|