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

/freebsd-10.2-release/lib/libthread_db/
H A Dthread_db.c48 SET_DECLARE(__ta_ops, struct ta_ops);
54 struct ta_ops *ops_p, **ops_pp;
71 return (ta->ta_ops->to_ta_clear_event(ta, events));
78 return (ta->ta_ops->to_ta_delete(ta));
84 return (ta->ta_ops->to_ta_event_addr(ta, event, ptr));
90 return (ta->ta_ops->to_ta_event_getmsg(ta, msg));
96 return (ta->ta_ops->to_ta_map_id2thr(ta, id, th));
102 return (ta->ta_ops->to_ta_map_lwp2thr(ta, lwpid, th));
108 struct ta_ops *ops_p, **ops_pp;
114 (*pta)->ta_ops
[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.c1110 static struct ta_ops libpthread_db_ops = {

Completed in 102 milliseconds