Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
sched.h | 256 void sched_proc_exit(struct proc *, struct proc *); |
/src/sys/kern/ | |
sched_4bsd.c | 458 * sched_proc_exit: 463 sched_proc_exit(struct proc *parent, struct proc *child) function in typeref:typename:void |
sched_m2.c | 150 sched_proc_exit(struct proc *child, struct proc *parent) function in typeref:typename:void |
kern_exit.c | 1197 sched_proc_exit(parent, p); |