Home
last modified time | relevance | path

Searched refs:td_thrinfo_t (Results 1 – 5 of 5) sorted by relevance

/src/lib/libthread_db/
H A Dthread_db.h195 } td_thrinfo_t; typedef
230 td_err_e td_thr_get_info(const td_thrhandle_t *, td_thrinfo_t *);
H A Dthread_db_int.h89 td_err_e (*to_thr_get_info)(const td_thrhandle_t *, td_thrinfo_t *);
H A Dlibthr_db.c456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) in pt_thr_get_info_common()
515 return (pt_thr_get_info_common(th, (td_thrinfo_t *)info, 1)); in pt_thr_old_get_info()
519 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()
H A Dthread_db.c187 td_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in td_thr_get_info()
H A Dlibpthread_db.c664 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()