Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDprocfs.c3888 ptid_t retval, temp_ptid; in procfs_wait() local
4084 temp_ptid = MERGEPID (pi->pid, temp_tid); in procfs_wait()
4086 if (!in_thread_list (temp_ptid)) in procfs_wait()
4089 target_pid_to_str (temp_ptid)); in procfs_wait()
4090 add_thread (temp_ptid); in procfs_wait()
4155 temp_ptid = MERGEPID (pi->pid, temp_tid); in procfs_wait()
4156 if (!in_thread_list (temp_ptid)) in procfs_wait()
4159 target_pid_to_str (temp_ptid)); in procfs_wait()
4160 add_thread (temp_ptid); in procfs_wait()