HomeSort by: relevance | last modified time | path
    Searched defs:threadno (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
ia64-sigill.c 80 int threadno = (intptr_t) threadno_voidp; local
85 switch (threadno)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
ia64-sigill.c 80 int threadno = (intptr_t) threadno_voidp; local
85 switch (threadno)
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-main.h 136 int threadno;
135 int threadno; member in struct:cris_sim_cpu
traps.c 1086 if (cris_cpu->thread_data[cris_cpu->threadno].cpu_context)
1087 memcpy (cris_cpu->thread_data[cris_cpu->threadno].cpu_context,
1097 cris_cpu->threadno = next;
1232 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS;
1233 i != cris_cpu->threadno;
1243 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS;
1244 i != cris_cpu->threadno;
1417 int threadno = cris_cpu->threadno; local
1480 || (cris_cpu->thread_data[threadno].pipe_write_fd == 0)
    [all...]
  /src/external/gpl3/gdb/dist/sim/cris/
sim-main.h 136 int threadno;
135 int threadno; member in struct:cris_sim_cpu
traps.c 1086 if (cris_cpu->thread_data[cris_cpu->threadno].cpu_context)
1087 memcpy (cris_cpu->thread_data[cris_cpu->threadno].cpu_context,
1097 cris_cpu->threadno = next;
1232 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS;
1233 i != cris_cpu->threadno;
1243 for (i = (cris_cpu->threadno + 1) % SIM_TARGET_MAX_THREADS;
1244 i != cris_cpu->threadno;
1417 int threadno = cris_cpu->threadno; local
1480 || (cris_cpu->thread_data[threadno].pipe_write_fd == 0)
    [all...]

Completed in 28 milliseconds