Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbsd-uthread.c273 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()
H A Daix-thread.c71 #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()
H A Dhpux-thread.c102 int thread = ptid_get_tid (ptid); in find_tcb()
534 sprintf (buf, "Thread %ld", ptid_get_tid (ptid)); in hpux_pid_to_str()
H A Dinferior.h87 long ptid_get_tid (ptid_t ptid);
H A Dnto-procfs.c216 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()
H A Dthread-db.c140 #define GET_THREAD(ptid) ptid_get_tid (ptid)
H A Dsol-thread.c119 #define GET_THREAD(ptid) ptid_get_tid (ptid)
H A Dinfrun.c3694 ptid_get_tid (ptid_t ptid) in ptid_get_tid() function
H A DChangeLog-20015462 (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().
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386v42mp.h90 #define ISTID(PID) (ptid_get_tid (PID))