Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
sched.h | 257 void sched_lwp_fork(struct lwp *, struct lwp *); |
/src/sys/kern/ | |
sched_m2.c | 100 sched_lwp_fork(NULL, &lwp0); 156 sched_lwp_fork(struct lwp *l1, struct lwp *l2) function in typeref:typename:void |
sched_4bsd.c | 497 sched_lwp_fork(struct lwp *l1, struct lwp *l2) function in typeref:typename:void |
kern_lwp.c | 902 sched_lwp_fork(l1, l2); |