td_thrinfo_t
pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info)
pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old)
return (pt_thr_get_info_common(th, (td_thrinfo_t *)info, 1));
pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info)
td_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info)
td_err_e td_thr_get_info(const td_thrhandle_t *, td_thrinfo_t *);
td_err_e (*to_thr_get_info)(const td_thrhandle_t *, td_thrinfo_t *);