Searched refs:thread_off_tcb (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libthread_db/ |
H A D | libpthread_db.c | 174 LOOKUP_VAL(ph, "_thread_off_tcb", &ta->thread_off_tcb); in pt_ta_new() 242 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 272 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 307 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, &tcb_addr); in pt_ta_map_lwp2thr() 468 ta->thread_off_tcb, in pt_dbsuspend() 607 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb, in pt_thr_old_get_info() 696 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb, in pt_thr_getxmmregs() 738 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb, in pt_thr_getfpregs() 780 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + ta->thread_off_tcb, in pt_thr_getgregs() 824 ta->thread_off_tcb, in pt_thr_setxmmregs() [all …]
|
H A D | libpthread_db.h | 66 int thread_off_tcb; member
|
H A D | libthr_db.c | 59 int thread_off_tcb; member 157 LOOKUP_VAL(ph, "_thread_off_tcb", &ta->thread_off_tcb); in pt_ta_new() 482 ret = ps_pread(ta->ph, th->th_thread + ta->thread_off_tcb, in pt_thr_get_info_common() 748 ret = ps_pread(ta->ph, th->th_thread + ta->thread_off_tcb, in pt_thr_tls_get_addr()
|