Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c89 td_err_e __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p);
663 if (__td_thr_get_info(th_p, &ti) == TD_OK && in td_mapper_id2thr()
1392 #pragma weak td_thr_get_info = __td_thr_get_info
1394 __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p) in __td_thr_get_info() function