Searched refs:td_thr_iter_f (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | thread_db.h | 259 typedef int td_thr_iter_f(const td_thrhandle_t *, void *); typedef 468 td_ta_thr_iter(const td_thragent_t *, td_thr_iter_f *, void *, 686 td_sync_waiters(const td_synchandle_t *, td_thr_iter_f *, void *);
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.h | 45 td_err_e (*td_ta_thr_iter)(const td_thragent_t *, td_thr_iter_f *,
|
H A D | mdb_proc.c | 4917 if ((err = pt->p_tdb_ops->td_ta_thr_iter(tap, (td_thr_iter_f *) in pt_tdb_iter()
|
/titanic_50/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 90 td_err_e __td_ta_thr_iter(td_thragent_t *ta_p, td_thr_iter_f *cb, 710 (td_thr_iter_f *)td_mapper_id2thr, (void *)&data, in __td_ta_map_id2thr() 915 __td_ta_thr_iter(td_thragent_t *ta_p, td_thr_iter_f *cb, in __td_ta_thr_iter() 2988 td_thr_iter_f *waiter_cb; 3045 __td_sync_waiters(const td_synchandle_t *sh_p, td_thr_iter_f *cb, void *cb_data) in __td_sync_waiters()
|