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

  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1187 darwin_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *status) function in class:darwin_nat_target
1314 return wait_1 (ptid, status);
1428 ptid = wait_1 (ptid_t (inf->pid), &wstatus);
1553 ptid = wait_1 (ptid_t (inf->pid), &wstatus);
fbsd-nat.c 1349 fbsd_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *ourstatus, function in class:fbsd_nat_target
1596 ptid_t wptid = wait_1 (ptid, &status, TARGET_WNOHANG);
1607 wait_1 to report a SIGSTOP. */
1622 wptid = wait_1 (ptid, &status, 0);
1688 wptid = wait_1 (ptid, ourstatus, target_options);
2030 /* Force wait_1 to report the SIGSTOP instead of swallowing it. */
2033 /* Report event for all threads from wait_1. */
2042 ptid_t wptid = wait_1 (ptid, &ws, 0);
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1187 darwin_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *status) function in class:darwin_nat_target
1314 return wait_1 (ptid, status);
1428 ptid = wait_1 (ptid_t (inf->pid), &wstatus);
1553 ptid = wait_1 (ptid_t (inf->pid), &wstatus);
fbsd-nat.c 1349 fbsd_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *ourstatus, function in class:fbsd_nat_target
1596 ptid_t wptid = wait_1 (ptid, &status, TARGET_WNOHANG);
1607 wait_1 to report a SIGSTOP. */
1622 wptid = wait_1 (ptid, &status, 0);
1688 wptid = wait_1 (ptid, ourstatus, target_options);
2030 /* Force wait_1 to report the SIGSTOP instead of swallowing it. */
2033 /* Report event for all threads from wait_1. */
2042 ptid_t wptid = wait_1 (ptid, &ws, 0);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 2843 wait_1 (minus_one_ptid, &ourstatus, 0);
2963 linux_process_target::wait_1 (ptid_t ptid, target_waitstatus *ourstatus, function in class:linux_process_target
3655 event_ptid = wait_1 (ptid, ourstatus, target_options);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 2842 wait_1 (minus_one_ptid, &ourstatus, 0);
2962 linux_process_target::wait_1 (ptid_t ptid, target_waitstatus *ourstatus, function in class:linux_process_target
3654 event_ptid = wait_1 (ptid, ourstatus, target_options);

Completed in 37 milliseconds