Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dthread_db.h63 typedef struct td_thragent td_thragent_t; typedef
67 td_thragent_t *th_ta_p;
73 td_thragent_t *sh_ta_p;
211 td_thragent_t *ti_ta_p; /* process handle */
286 td_thragent_t *si_ta_p; /* process handle */
420 td_ta_new(struct ps_prochandle *, td_thragent_t **);
426 td_ta_delete(td_thragent_t *);
432 td_ta_get_ph(const td_thragent_t *, struct ps_prochandle **);
438 td_ta_setconcurrency(const td_thragent_t *, int);
444 td_ta_get_nthreads(const td_thragent_t *, int *);
[all …]
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h43 td_err_e (*td_ta_new)(struct ps_prochandle *, td_thragent_t **);
44 td_err_e (*td_ta_delete)(td_thragent_t *);
45 td_err_e (*td_ta_thr_iter)(const td_thragent_t *, td_thr_iter_f *,
47 td_err_e (*td_ta_map_id2thr)(const td_thragent_t *,
49 td_err_e (*td_ta_map_lwp2thr)(const td_thragent_t *,
H A Dmdb_proc.c4850 td_thragent_t *tap; in pt_tdb_ctor()
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c90 td_err_e __td_ta_thr_iter(td_thragent_t *ta_p, td_thr_iter_f *cb,
120 td_read_hash_size(td_thragent_t *ta_p) in td_read_hash_size()
150 td_read_uberdata(td_thragent_t *ta_p) in td_read_uberdata()
270 td_read_bootstrap_data(td_thragent_t *ta_p) in td_read_bootstrap_data()
370 __td_ta_new(struct ps_prochandle *ph_p, td_thragent_t **ta_pp) in __td_ta_new()
372 td_thragent_t *ta_p; in __td_ta_new()
454 ph_lock_ta(td_thragent_t *ta_p, td_err_e *err) in ph_lock_ta()
512 ph_unlock(td_thragent_t *ta_p) in ph_unlock()
533 __td_ta_delete(td_thragent_t *ta_p) in __td_ta_delete()
570 __td_ta_get_ph(td_thragent_t *ta_p, struct ps_prochandle **ph_pp) in __td_ta_get_ph()
[all …]
/titanic_50/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 */
/titanic_50/usr/src/cmd/ptools/pstack/
H A Dpstack.c213 td_thragent_t *Tap; in main()