Searched refs:thr_pread_int (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthread_db/ |
H A D | thread_db_int.h | 119 int thr_pread_int(const struct td_thragent *, psaddr_t, uint32_t *);
|
H A D | libthr_db.c | 470 ret = thr_pread_int(ta, th->th_thread + ta->thread_off_state, &state); in pt_thr_get_info_common() 473 ret = thr_pread_int(ta, th->th_thread + ta->thread_off_report_events, in pt_thr_get_info_common()
|
H A D | thread_db.c | 335 thr_pread_int(const struct td_thragent *ta, psaddr_t addr, uint32_t *val) in thr_pread_int() function
|
H A D | libpthread_db.c | 246 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx + in pt_ta_map_id2thr() 310 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx + in pt_ta_map_lwp2thr()
|