Lines Matching refs:waiton_ptid
2401 ptid_t waiton_ptid; variable
2593 print_target_wait_results (ptid_t waiton_ptid, ptid_t result_ptid, in print_target_wait_results() argument
2606 "infrun: target_wait (%d", PIDGET (waiton_ptid)); in print_target_wait_results()
2607 if (PIDGET (waiton_ptid) != -1) in print_target_wait_results()
2609 " [%s]", target_pid_to_str (waiton_ptid)); in print_target_wait_results()
2730 ecs->ptid = deprecated_target_wait_hook (waiton_ptid, &ecs->ws, 0); in wait_for_inferior()
2732 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, 0); in wait_for_inferior()
2735 print_target_wait_results (waiton_ptid, ecs->ptid, &ecs->ws); in wait_for_inferior()
2800 deprecated_target_wait_hook (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
2802 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
2805 print_target_wait_results (waiton_ptid, ecs->ptid, &ecs->ws); in fetch_inferior_event()
3048 waiton_ptid = pid_to_ptid (-1); in init_infwait_state()
3317 waiton_ptid = pid_to_ptid (-1); in handle_inferior_event()
3968 waiton_ptid = ecs->ptid; in handle_inferior_event()
4052 waiton_ptid = ecs->ptid; in handle_inferior_event()