Home
last modified time | relevance | path

Searched refs:td_thragent_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread_db.h61 typedef struct td_thragent td_thragent_t; typedef
65 td_thragent_t *th_ta_p;
71 td_thragent_t *sh_ta_p;
209 td_thragent_t *ti_ta_p; /* process handle */
284 td_thragent_t *si_ta_p; /* process handle */
418 td_ta_new(struct ps_prochandle *, td_thragent_t **);
424 td_ta_delete(td_thragent_t *);
430 td_ta_get_ph(const td_thragent_t *, struct ps_prochandle **);
436 td_ta_setconcurrency(const td_thragent_t *, int);
442 td_ta_get_nthreads(const td_thragent_t *, int *);
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h41 td_err_e (*td_ta_new)(struct ps_prochandle *, td_thragent_t **);
42 td_err_e (*td_ta_delete)(td_thragent_t *);
43 td_err_e (*td_ta_thr_iter)(const td_thragent_t *, td_thr_iter_f *,
45 td_err_e (*td_ta_map_id2thr)(const td_thragent_t *,
47 td_err_e (*td_ta_map_lwp2thr)(const td_thragent_t *,
H A Dmdb_proc.c4897 td_thragent_t *tap; in pt_tdb_ctor()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c91 td_err_e __td_ta_thr_iter(td_thragent_t *ta_p, td_thr_iter_f *cb,
121 td_read_hash_size(td_thragent_t *ta_p) in td_read_hash_size()
151 td_read_uberdata(td_thragent_t *ta_p) in td_read_uberdata()
271 td_read_bootstrap_data(td_thragent_t *ta_p) in td_read_bootstrap_data()
371 __td_ta_new(struct ps_prochandle *ph_p, td_thragent_t **ta_pp) in __td_ta_new()
373 td_thragent_t *ta_p; in __td_ta_new()
455 ph_lock_ta(td_thragent_t *ta_p, td_err_e *err) in ph_lock_ta()
513 ph_unlock(td_thragent_t *ta_p) in ph_unlock()
534 __td_ta_delete(td_thragent_t *ta_p) in __td_ta_delete()
571 __td_ta_get_ph(td_thragent_t *ta_p, struct ps_prochandle **ph_pp) in __td_ta_get_ph()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c111 td_thragent_t *Thr_agent; /* thread debug handle */
H A Dramdata.h284 extern td_thragent_t *Thr_agent; /* thread debug handle */
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c219 td_thragent_t *Tap; in main()