Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsched.h96 void sched_fork_thread(struct thread *td, struct thread *child);
/f-stack/freebsd/kern/
H A Dkern_kthread.c311 sched_fork_thread(oldtd, newtd); in kthread_add()
H A Dkern_thr.c257 sched_fork_thread(td, newtd); in thread_create()
H A Dsched_4bsd.c784 sched_fork_thread(td, childtd); in sched_fork()
788 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
H A Dsched_ule.c2247 sched_fork_thread(td, child); in sched_fork()
2262 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function