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

/freebsd-13-stable/sys/sys/
H A Dsched.h96 void sched_fork_thread(struct thread *td, struct thread *child);
/freebsd-13-stable/sys/kern/
H A Dkern_kthread.c304 sched_fork_thread(oldtd, newtd);
H A Dkern_thr.c257 sched_fork_thread(td, newtd);
H A Dsched_4bsd.c784 sched_fork_thread(td, childtd);
788 sched_fork_thread(struct thread *td, struct thread *childtd) function
H A Dsched_ule.c2247 sched_fork_thread(td, child);
2262 sched_fork_thread(struct thread *td, struct thread *child) function
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_fork.c316 sched_fork_thread(td, newtd);

Completed in 85 milliseconds