Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsched.h95 void sched_fork_thread(struct thread *td, struct thread *child);
/freebsd-14.2/sys/kern/
H A Dkern_kthread.c323 sched_fork_thread(oldtd, newtd); in kthread_add1()
H A Dkern_thr.c257 sched_fork_thread(td, newtd); in thread_create()
H A Dsched_4bsd.c808 sched_fork_thread(td, childtd); in sched_fork()
812 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
H A Dsched_ule.c2399 sched_fork_thread(td, child); in sched_fork()
2414 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function
/freebsd-14.2/sys/compat/linux/
H A Dlinux_fork.c315 sched_fork_thread(td, newtd); in linux_clone_thread()