Searched refs:sched_fork_thread (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsched.h93 void sched_fork_thread(struct thread *td, struct thread *child);
/freebsd-10-stable/sys/kern/
H A Dkern_kthread.c301 sched_fork_thread(oldtd, newtd);
H A Dkern_thr.c253 sched_fork_thread(td, newtd);
H A Dsched_4bsd.c766 sched_fork_thread(td, childtd);
770 sched_fork_thread(struct thread *td, struct thread *childtd) function
H A Dsched_ule.c2061 sched_fork_thread(td, child);
2076 sched_fork_thread(struct thread *td, struct thread *child) function
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_fork.c337 sched_fork_thread(td, newtd);

Completed in 80 milliseconds