Searched refs:thr_pread_int (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libthread_db/
H A Dthread_db_int.h121 int thr_pread_int(const struct td_thragent *, psaddr_t, uint32_t *);
H A Dthread_db.c337 thr_pread_int(const struct td_thragent *ta, psaddr_t addr, uint32_t *val) function
H A Dlibthr_db.c472 ret = thr_pread_int(ta, th->th_thread + ta->thread_off_state, &state);
475 ret = thr_pread_int(ta, th->th_thread + ta->thread_off_report_events,
H A Dlibpthread_db.c248 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx +
312 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx +

Completed in 57 milliseconds