Lines Matching defs:td2
70 struct thread *td2;
78 td2 = FIRST_THREAD_IN_PROC(p2);
80 linux_proc_init(td, td2, false);
87 thread_lock(td2);
88 TD_SET_CAN_RUN(td2);
89 sched_add(td2, SRQ_BORING);
100 struct thread *td2;
108 td2 = FIRST_THREAD_IN_PROC(p2);
110 linux_proc_init(td, td2, false);
117 thread_lock(td2);
118 TD_SET_CAN_RUN(td2);
119 sched_add(td2, SRQ_BORING);
131 struct thread *td2;
174 td2 = FIRST_THREAD_IN_PROC(p2);
177 linux_proc_init(td, td2, false);
179 em = em_find(td2);
207 linux_set_upcall(td2, args->stack);
210 linux_set_cloned_tls(td2, PTRIN(args->tls));
227 thread_lock(td2);
228 TD_SET_CAN_RUN(td2);
229 sched_add(td2, SRQ_BORING);