Searched refs:temp_ptid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c3888 ptid_t retval, temp_ptid; local
4084 temp_ptid = MERGEPID (pi->pid, temp_tid);
4086 if (!in_thread_list (temp_ptid))
4089 target_pid_to_str (temp_ptid));
4090 add_thread (temp_ptid);
4155 temp_ptid = MERGEPID (pi->pid, temp_tid);
4156 if (!in_thread_list (temp_ptid))
4159 target_pid_to_str (temp_ptid));
4160 add_thread (temp_ptid);

Completed in 78 milliseconds