Searched refs:thread_struct (Results 1 – 5 of 5) sorted by relevance
44 struct thread_struct struct91 struct thread_struct *thread;
246 struct thread_struct *thd = (struct thread_struct *)(pcb + 1); in process_copy_thread()247 memset(thd, 0, sizeof(struct thread_struct)); in process_copy_thread()
175 extern struct thread_struct initial_thread;
64 struct thread_struct initial_thread = {
185 current_pcb->thread = (struct thread_struct *)(current_pcb + 1); // 将线程结构体放置在pcb后方 in smp_ap_start()