Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h49 td_err_e (*td_thr_get_info)(const td_thrhandle_t *, td_thrinfo_t *);
H A Dmdb_proc.c4926 td_thrinfo_t ti; in pt_tdb_tid()
4945 td_thrinfo_t ti; in pt_tdb_add()
/illumos-gate/usr/src/head/
H A Dthread_db.h232 } td_thrinfo_t; typedef
497 td_thr_get_info(const td_thrhandle_t *, td_thrinfo_t *);
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c637 td_thrinfo_t thrinfo; in make_lwp_stack()
709 td_thrinfo_t thrinfo; in make_thr_stack()
826 td_thrinfo_t thrinfo; in find_stack()
938 td_thrinfo_t thrinfo; in get_tid()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c89 td_err_e __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p);
661 td_thrinfo_t ti; in td_mapper_id2thr()
1303 ulwp_t *ulwp, td_thrinfo_t *ti_p) in td_thr2to()
1347 ulwp32_t *ulwp, td_thrinfo_t *ti_p) in td_thr2to32()
1394 __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p) in __td_thr_get_info()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c323 td_thrinfo_t thrinfo; in thr_stack()