Searched refs:pt_ta_map_id2thr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/lib/libthread_db/ |
H A D | libthr_db.c | 202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr() function 238 return (pt_ta_map_id2thr(ta, lwp, th)); in pt_ta_map_lwp2thr() 451 ret = pt_ta_map_id2thr(th->th_ta, th->th_tid, &temp); in pt_thr_validate() 774 .to_ta_map_id2thr = pt_ta_map_id2thr,
|
H A D | libpthread_db.c | 221 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr() function 568 ret = pt_ta_map_id2thr(th->th_ta, th->th_tid, in pt_thr_validate() 1117 .to_ta_map_id2thr = pt_ta_map_id2thr,
|