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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dthread-db.c102 static td_err_e (*td_thr_get_info_p) (const td_thrhandle_t *th, variable
261 err = td_thr_get_info_p (thp, &ti);
324 td_thr_get_info_p (&thread_info->private->th, &thread_info->private->ti);
436 td_thr_get_info_p = verbose_dlsym (handle, "td_thr_get_info");
437 if (td_thr_get_info_p == NULL)
847 err = td_thr_get_info_p (msg.th_p, &ti);
1093 td_thr_get_info_p (&thread_info->private->th,
1120 err = td_thr_get_info_p (th_p, &ti);
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c116 static td_err_e (*td_thr_get_info_p) (const td_thrhandle_t *th, variable
263 err = td_thr_get_info_p (th, ti);
645 ret = td_thr_get_info_p (&th, &ti);
757 err = td_thr_get_info_p ((void *)(uintptr_t)msg.th_p, &ti);
1121 err = td_thr_get_info_p (&th, &ti);
1173 err = td_thr_get_info_p (th_p, &ti);
1218 err = td_thr_get_info_p (&th, &ti);
1356 err = td_thr_get_info_p (&th, &ti);

Completed in 63 milliseconds