Searched refs:ptid_get_tid (Results 1 – 10 of 10) sorted by relevance
273 CORE_ADDR addr = ptid_get_tid (inferior_ptid); in bsd_uthread_fetch_registers()299 CORE_ADDR addr = ptid_get_tid (inferior_ptid); in bsd_uthread_store_registers()362 if (ptid_get_tid (ptid) != 0 && !in_thread_list (ptid) in bsd_uthread_wait()363 && ptid_get_tid (inferior_ptid) == 0) in bsd_uthread_wait()382 CORE_ADDR addr = ptid_get_tid (inferior_ptid); in bsd_uthread_thread_alive()451 CORE_ADDR addr = ptid_get_tid (info->ptid); in bsd_uthread_extra_thread_info()469 if (ptid_get_tid (ptid) != 0) in bsd_uthread_pid_to_str()474 ptid_get_pid (ptid), ptid_get_tid (ptid)); in bsd_uthread_pid_to_str()
71 #define PD_TID(ptid) (pd_active && ptid_get_tid (ptid) != 0)602 else if (ptid_get_tid (ptid1) < ptid_get_tid (ptid2)) in ptid_cmp()604 else if (ptid_get_tid (ptid1) > ptid_get_tid (ptid2)) in ptid_cmp()1663 ret = xstrprintf ("Thread %ld", ptid_get_tid (ptid)); in aix_thread_pid_to_str()
102 int thread = ptid_get_tid (ptid); in find_tcb()534 sprintf (buf, "Thread %ld", ptid_get_tid (ptid)); in hpux_pid_to_str()
87 long ptid_get_tid (ptid_t ptid);
216 tid = ptid_get_tid (ptid); in procfs_set_thread()226 tid = ptid_get_tid (ptid); in procfs_thread_alive()1245 tid = ptid_get_tid (ptid); in procfs_pid_to_str()
140 #define GET_THREAD(ptid) ptid_get_tid (ptid)
119 #define GET_THREAD(ptid) ptid_get_tid (ptid)
3694 ptid_get_tid (ptid_t ptid) in ptid_get_tid() function
5462 (ptid_get_tid, ptid_equal): New function declarations.5465 (ptid_get_tid, ptid_equal): New functions.5501 (GET_THREAD): Redefine in terms of ptid_get_tid().5510 (GET_THREAD): Redefine in terms of ptid_get_tid().5516 (GET_THREAD): Redefine in terms of ptid_get_tid().
90 #define ISTID(PID) (ptid_get_tid (PID))