Searched refs:pt_ta_map_id2thr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libthread_db/
H A Dlibthr_db.c202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) function
238 return (pt_ta_map_id2thr(ta, lwp, th));
451 ret = pt_ta_map_id2thr(th->th_ta, th->th_tid, &temp);
774 .to_ta_map_id2thr = pt_ta_map_id2thr,
H A Dlibpthread_db.c220 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) function
567 ret = pt_ta_map_id2thr(th->th_ta, th->th_tid,
1116 .to_ta_map_id2thr = pt_ta_map_id2thr,

Completed in 60 milliseconds