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

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c257 ti_p->ti_tid, ti_p->ti_lid);
258 linux_attach_lwp (ti_p->ti_lid, ti_p->ti_tid);
264 ti_p->ti_tid, ti_p->ti_lid);
274 process->lwpid = ti_p->ti_lid;
280 ti_p->ti_lid, thread_db_err_str (err));
/freebsd-11-stable/lib/libthread_db/
H A Dthread_db_int.h43 lwpid_t ti_lid; member in struct:__anon6928
H A Dthread_db.h185 lwpid_t ti_lid; member in struct:__anon6927
H A Dlibpthread_db.c595 info->ti_lid = ta->map[th->th_tid].lwp;
616 &info->ti_lid, sizeof(lwpid_t));
H A Dlibthr_db.c484 info->ti_lid = th->th_tid;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_thread_db.h295 lwpid_t ti_lid; /* Unused. */ member in struct:td_thrinfo
H A Dthread-db.c373 return BUILD_LWP (thread_info->private->ti.ti_lid, GET_PID (ptid));
720 ATTACH_LWP (BUILD_LWP (ti_p->ti_lid, GET_PID (ptid)), 0);
1170 if (ti_p->ti_state == TD_THR_ACTIVE && ti_p->ti_lid != 0)
1173 (long) ti_p->ti_tid, ti_p->ti_lid);
H A Dsol-thread.c341 return BUILD_LWP (ti.ti_lid, PIDGET (thread_id));
1484 ti.ti_tid, ti.ti_lid);
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c649 lwp = ti.ti_lid;
1223 if (ti.ti_lid != 0)
1226 (unsigned long long)th.th_thread, ti.ti_lid,
1227 fbsd_thread_get_name (ti.ti_lid));

Completed in 202 milliseconds