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

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c245 change_inferior_id (&all_threads, ti_p->ti_tid);
251 ti_p->ti_tid);
257 ti_p->ti_tid, ti_p->ti_lid);
258 linux_attach_lwp (ti_p->ti_lid, ti_p->ti_tid);
260 ti_p->ti_tid);
264 ti_p->ti_tid, ti_p->ti_lid);
271 new_thread_notify (ti_p->ti_tid);
273 process->tid = ti_p->ti_tid;
/freebsd-10.1-release/lib/libthread_db/
H A Dthread_db_int.h37 thread_t ti_tid; member in struct:__anon5894
H A Dthread_db.h179 thread_t ti_tid; member in struct:__anon5893
H A Dlibpthread_db.c595 info->ti_tid = th->th_tid;
629 info->ti_tid = th->th_tid;
H A Dlibthr_db.c485 info->ti_tid = th->th_tid;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dthread-db.c267 thread_ptid = BUILD_THREAD (ti.ti_tid, GET_PID (inferior_ptid));
358 return BUILD_THREAD (thread_info->private->ti.ti_tid, GET_PID (ptid));
851 ptid = BUILD_THREAD (ti.ti_tid, GET_PID (ptid));
1128 ptid = BUILD_THREAD (ti.ti_tid, GET_PID (inferior_ptid));
1173 (long) ti_p->ti_tid, ti_p->ti_lid);
1178 (long) ti_p->ti_tid,
H A Dgdb_thread_db.h278 thread_t ti_tid; /* Thread ID returned by member in struct:td_thrinfo
H A Dsol-thread.c400 return BUILD_THREAD (ti.ti_tid, PIDGET (lwp));
1420 ptid = BUILD_THREAD (ti.ti_tid, PIDGET (inferior_ptid));
1484 ti.ti_tid, ti.ti_lid);
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c266 return BUILD_THREAD (ti->ti_tid, GET_PID (ptid));
760 ptid = BUILD_THREAD (ti.ti_tid, GET_PID (ptid));
1181 ptid = BUILD_THREAD (ti.ti_tid, proc_handle.pid);

Completed in 179 milliseconds