Searched refs:thr_pread_long (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/lib/libthread_db/
H A Dthread_db_int.h120 int thr_pread_long(const struct td_thragent *, psaddr_t, uint64_t *);
H A Dlibthr_db.c217 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
257 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
398 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
702 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
H A Dthread_db.c348 thr_pread_long(const struct td_thragent *ta, psaddr_t addr, uint64_t *val) function

Completed in 120 milliseconds