Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linux/
HDlinux_fork.c318 thread_link(newtd, p->p_pptr); in linux_clone_thread()
320 thread_link(newtd, p); in linux_clone_thread()
/NextBSD/sys/kern/
HDkern_kthread.c294 thread_link(newtd, p); in kthread_add()
HDkern_thread.c268 thread_link(td, p); in proc_linkup()
596 thread_link(struct thread *td, struct proc *p) in thread_link() function
HDkern_thr.c269 thread_link(newtd, p); in thread_create()
HDkern_thrworkq.c865 thread_link(newtd, p); in twq_addnewthread()
/NextBSD/sys/sys/
HDproc.h1029 void thread_link(struct thread *td, struct proc *p);