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

/freebsd-9.3-release/lib/libthread_db/
H A Dlibpthread_db.h66 int thread_off_tcb; member in struct:td_thragent
H A Dlibpthread_db.c173 LOOKUP_VAL(ph, "_thread_off_tcb", &ta->thread_off_tcb);
241 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb,
271 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb,
306 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, &tcb_addr);
467 ta->thread_off_tcb,
606 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb,
695 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb,
737 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb,
779 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb,
823 ta->thread_off_tcb,
[all...]
H A Dlibthr_db.c59 int thread_off_tcb; member in struct:td_thragent
157 LOOKUP_VAL(ph, "_thread_off_tcb", &ta->thread_off_tcb);
482 ret = ps_pread(ta->ph, th->th_thread + ta->thread_off_tcb,
748 ret = ps_pread(ta->ph, th->th_thread + ta->thread_off_tcb,

Completed in 66 milliseconds