Home
last modified time | relevance | path

Searched refs:ta_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthread_db/
H A Dthread_db.c48 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 Dthread_db_int.h55 struct ta_ops *ta_ops; \
59 struct ta_ops { struct
H A Dlibthr_db.c768 static struct ta_ops libthr_db_ops = {
H A Dlibpthread_db.c1111 static struct ta_ops libpthread_db_ops = {