Searched refs:threadno (Results 1 – 5 of 5) sorted by relevance
1086 if (cris_cpu->thread_data[cris_cpu->threadno].cpu_context) in schedule()1087 memcpy (cris_cpu->thread_data[cris_cpu->threadno].cpu_context, in schedule()1097 cris_cpu->threadno = next; in schedule()1232 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS; in reschedule()1233 i != cris_cpu->threadno; in reschedule()1243 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS; in reschedule()1244 i != cris_cpu->threadno; in reschedule()1417 int threadno = cris_cpu->threadno; in cris_break_13_handler() local1480 || (cris_cpu->thread_data[threadno].pipe_write_fd == 0)) in cris_break_13_handler()1630 : TARGET_PID + cris_cpu->thread_data[threadno].threadid; in cris_break_13_handler()[all …]
135 int threadno; member
944 cris_cpu->threadno = 0; in sim_open()
80 int threadno = (intptr_t) threadno_voidp; in thread_func() local85 switch (threadno) in thread_func()
9202 (Threads): The threadno argument of "thread apply" can be a range