Searched defs:td_thragent_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread_db.h63 typedef struct td_thragent td_thragent_t; typedef in typeref:struct:td_thragent
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 *, in
[all...]

Completed in 47 milliseconds