Searched refs:td_thr_get_info (Results 1 – 10 of 10) sorted by relevance
158 t->tdb_ops.td_thr_get_info = (td_err_e (*)()) in mdb_tdb_load()160 if (t->tdb_ops.td_thr_get_info == NULL) in mdb_tdb_load()161 t->tdb_ops.td_thr_get_info = (td_err_e (*)())tdb_notsup; in mdb_tdb_load()
51 td_err_e (*td_thr_get_info)(const td_thrhandle_t *, td_thrinfo_t *); member
4886 if ((err = pt->p_tdb_ops->td_thr_get_info(&th, &ti)) != TD_OK) in pt_tdb_tid()4897 if (pap->pa_pt->p_tdb_ops->td_thr_get_info(thp, &ti) == TD_OK && in pt_tdb_add()
33 td_thr_get_info.3c_db \
94 td_thr_get_info;
1391 #pragma weak td_thr_get_info = __td_thr_get_info macro
29 file path=usr/share/man/man3c_db/td_thr_get_info.3c_db
499 td_thr_get_info(const td_thrhandle_t *, td_thrinfo_t *);
680 td_thr_get_info(&th, &thrinfo) == TD_OK && in make_lwp_stack()741 if (td_thr_get_info(Thp, &thrinfo) == TD_OK && in make_thr_stack()881 if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in find_stack()967 } else if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in get_tid()
321 if (td_thr_get_info(Thp, &thrinfo) != TD_OK) in thr_stack()