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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c2042 ptid_t retval, temp_ptid; local
2235 temp_ptid = ptid_t (pi->pid, temp_tid, 0);
2237 if (!in_thread_list (this, temp_ptid))
2238 add_thread (this, temp_ptid);
2295 temp_ptid = ptid_t (pi->pid, temp_tid, 0);
2296 if (!in_thread_list (this, temp_ptid))
2297 add_thread (this, temp_ptid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c2022 ptid_t retval, temp_ptid; local
2215 temp_ptid = ptid_t (pi->pid, temp_tid, 0);
2217 if (!in_thread_list (this, temp_ptid))
2218 add_thread (this, temp_ptid);
2275 temp_ptid = ptid_t (pi->pid, temp_tid, 0);
2276 if (!in_thread_list (this, temp_ptid))
2277 add_thread (this, temp_ptid);

Completed in 193 milliseconds