Home
last modified time | relevance | path

Searched refs:td_thr_get_info (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c156 t->tdb_ops.td_thr_get_info = (td_err_e (*)()) in mdb_tdb_load()
158 if (t->tdb_ops.td_thr_get_info == NULL) in mdb_tdb_load()
159 t->tdb_ops.td_thr_get_info = (td_err_e (*)())tdb_notsup; in mdb_tdb_load()
H A Dmdb_tdb.h49 td_err_e (*td_thr_get_info)(const td_thrhandle_t *, td_thrinfo_t *); member
H A Dmdb_proc.c4936 if ((err = pt->p_tdb_ops->td_thr_get_info(&th, &ti)) != TD_OK) in pt_tdb_tid()
4947 if (pap->pa_pt->p_tdb_ops->td_thr_get_info(thp, &ti) == TD_OK && in pt_tdb_add()
/illumos-gate/usr/src/man/man3c_db/
H A DMakefile33 td_thr_get_info.3c_db \
/illumos-gate/usr/src/lib/libc_db/common/
H A Dmapfile-vers94 td_thr_get_info;
H A Dthread_db.c1392 #pragma weak td_thr_get_info = __td_thr_get_info macro
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c680 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()
/illumos-gate/usr/src/head/
H A Dthread_db.h497 td_thr_get_info(const td_thrhandle_t *, td_thrinfo_t *);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c_db.inc75 file path=usr/share/man/man3c_db/td_thr_get_info.3c_db
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c327 if (td_thr_get_info(Thp, &thrinfo) != TD_OK) in thr_stack()