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

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c83 td_err_e __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p);
1274 ulwp_t *ulwp, td_thrinfo_t *ti_p)
1280 (void) memset(ti_p, 0, sizeof (*ti_p));
1281 ti_p->ti_ta_p = ta_p;
1282 ti_p->ti_user_flags = ulwp->ul_usropts;
1283 ti_p->ti_tid = lwpid;
1284 ti_p->ti_exitval = ulwp->ul_rval;
1285 ti_p->ti_startfunc = (psaddr_t)ulwp->ul_startpc;
1290 ti_p
1273 td_thr2to(td_thragent_t *ta_p, psaddr_t ts_addr, ulwp_t *ulwp, td_thrinfo_t *ti_p) argument
1317 td_thr2to32(td_thragent_t *ta_p, psaddr_t ts_addr, ulwp32_t *ulwp, td_thrinfo_t *ti_p) argument
1365 __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p) argument
[all...]

Completed in 29 milliseconds