Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsched.h104 void sched_fork_thread(struct thread *td, struct thread *child);
/freebsd/sys/kern/
H A Dkern_kthread.c321 sched_fork_thread(oldtd, newtd); in kthread_add1()
H A Dkern_thr.c271 sched_fork_thread(td, newtd); in thread_create()
H A Dsched_4bsd.c817 sched_fork_thread(td, childtd); in sched_fork()
821 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
H A Dsched_ule.c2554 sched_fork_thread(td, child); in sched_fork()
2569 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function
/freebsd/sys/compat/linux/
H A Dlinux_fork.c313 sched_fork_thread(td, newtd); in linux_clone_thread()