Searched refs:ta_ops (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthread_db/ |
H A D | thread_db.c | 48 SET_DECLARE(__ta_ops, struct ta_ops); 54 struct ta_ops *ops_p, **ops_pp; in td_init() 71 return (ta->ta_ops->to_ta_clear_event(ta, events)); in td_ta_clear_event() 78 return (ta->ta_ops->to_ta_delete(ta)); in td_ta_delete() 84 return (ta->ta_ops->to_ta_event_addr(ta, event, ptr)); in td_ta_event_addr() 90 return (ta->ta_ops->to_ta_event_getmsg(ta, msg)); in td_ta_event_getmsg() 96 return (ta->ta_ops->to_ta_map_id2thr(ta, id, th)); in td_ta_map_id2thr() 102 return (ta->ta_ops->to_ta_map_lwp2thr(ta, lwpid, th)); in td_ta_map_lwp2thr() 108 struct ta_ops *ops_p, **ops_pp; in td_ta_new() 114 (*pta)->ta_ops = ops_p; in td_ta_new() [all …]
|
H A D | thread_db_int.h | 55 struct ta_ops *ta_ops; \ 59 struct ta_ops { struct
|
H A D | libthr_db.c | 768 static struct ta_ops libthr_db_ops = {
|
H A D | libpthread_db.c | 1111 static struct ta_ops libpthread_db_ops = {
|