Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c690 th_p->th_ta_p = ta_p; in __td_ta_map_id2thr()
1407 ta_p = th_p->th_ta_p; in __td_thr_get_info()
1549 ph_unlock(th_p->th_ta_p); in mod_eventset()
1724 ph_unlock(th_p->th_ta_p); in __td_thr_event_getmsg()
1836 ph_unlock(th_p->th_ta_p); in __td_thr_dbsuspend()
1855 ph_unlock(th_p->th_ta_p); in __td_thr_dbresume()
1905 ph_unlock(th_p->th_ta_p); in __td_thr_getgregs()
1930 ph_unlock(th_p->th_ta_p); in __td_thr_setgregs()
2150 ta_p = th_p->th_ta_p; in __td_thr_tsd()
2264 ta_p = th_p->th_ta_p; in __td_thr_tlsbase()
[all …]
/illumos-gate/usr/src/head/
H A Dthread_db.h65 td_thragent_t *th_ta_p; member