Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dtraps.c1086 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() local
1480 || (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 …]
Dsim-main.h135 int threadno; member
Dsim-if.c944 cris_cpu->threadno = 0; in sim_open()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dia64-sigill.c80 int threadno = (intptr_t) threadno_voidp; in thread_func() local
85 switch (threadno) in thread_func()
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
DChangeLog-1991-20219202 (Threads): The threadno argument of "thread apply" can be a range