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

  /src/external/gpl3/gdb.old/dist/gdb/
fbsd-nat.c 62 unsigned int num_lwps = 0; member in struct:private_inferior
992 fbsd_inf->num_lwps++;
997 fbsd_inf->num_lwps = nlwps;
1397 fbsd_inf->num_lwps--;
1443 fbsd_inf->num_lwps++;
1834 fbsd_inf->num_lwps = 1;
1845 fbsd_inf->num_lwps = 1;
2203 fbsd_inf->num_lwps = 1;
linux-nat.c 487 num_lwps (int pid)
1564 gdb_assert (num_lwps (pid) == 1
1565 || (target_is_non_stop_p () && num_lwps (pid) == 0));
3217 && num_lwps (inf->pid) > 1
3987 || num_lwps (ptid.pid ()) > 1))
485 num_lwps (int pid) function
  /src/external/gpl3/gdb/dist/gdb/
fbsd-nat.c 62 unsigned int num_lwps = 0; member in struct:private_inferior
992 fbsd_inf->num_lwps++;
997 fbsd_inf->num_lwps = nlwps;
1397 fbsd_inf->num_lwps--;
1443 fbsd_inf->num_lwps++;
1834 fbsd_inf->num_lwps = 1;
1845 fbsd_inf->num_lwps = 1;
2203 fbsd_inf->num_lwps = 1;
linux-nat.c 483 num_lwps (int pid)
1560 gdb_assert (num_lwps (pid) == 1
1561 || (target_is_non_stop_p () && num_lwps (pid) == 0));
3217 && num_lwps (inf->pid) > 1
3987 || num_lwps (ptid.pid ()) > 1))
481 num_lwps (int pid) function
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 1759 num_lwps (process_info *process) function
1801 "num_lwps=%d, zombie=%d",
1802 leader_pid, leader_lp!= NULL, num_lwps (proc),
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 1758 num_lwps (process_info *process) function
1800 "num_lwps=%d, zombie=%d",
1801 leader_pid, leader_lp!= NULL, num_lwps (proc),

Completed in 70 milliseconds