Searched refs:thr_pread_ptr (Results 1 – 4 of 4) sorted by relevance
| /trueos/lib/libthread_db/ |
| HD | libpthread_db.c | 232 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_id2thr() 241 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 258 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 271 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 276 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 302 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_lwp2thr() 306 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, &tcb_addr); in pt_ta_map_lwp2thr() 324 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_lwp2thr() 351 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_thr_iter() 364 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_thr_iter()
|
| HD | libthr_db.c | 212 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_id2thr() 223 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 253 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_thr_iter() 268 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_thr_iter() 376 ret = thr_pread_ptr(ta, ta->thread_last_event_addr, &pt); in pt_ta_event_getmsg() 681 ret = thr_pread_ptr(ta, ta->thread_last_event_addr, &pt_temp); in pt_thr_event_getmsg()
|
| HD | thread_db_int.h | 121 int thr_pread_ptr(const struct td_thragent *, psaddr_t, psaddr_t *);
|
| HD | thread_db.c | 355 thr_pread_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t *val) in thr_pread_ptr() function
|