Searched refs:td_ta_event_getmsg_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dthread-db.c98 static td_err_e (*td_ta_event_getmsg_p) (const td_thragent_t *ta, variable
467 td_ta_event_getmsg_p = dlsym (handle, "td_ta_event_getmsg");
504 || td_ta_event_getmsg_p == NULL || td_thr_event_enable_p == NULL)
837 err = td_ta_event_getmsg_p (thread_agent, &msg);
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c114 static td_err_e (*td_ta_event_getmsg_p) (const td_thragent_t *ta, variable
352 || td_ta_event_getmsg_p == NULL || td_thr_event_enable_p == NULL)
749 err = td_ta_event_getmsg_p (thread_agent, &msg);
1580 td_ta_event_getmsg_p = dlsym (handle, "td_ta_event_getmsg");

Completed in 111 milliseconds