Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1248 synchandle.sh_ta_p = ta_p; in __td_ta_sync_iter()
2466 sh_p->sh_ta_p = NULL; in __td_thr_sleepinfo()
2598 si_p->si_ta_p = sh_p->sh_ta_p; in sync_get_info_common()
2620 ph_unlock(sh_p->sh_ta_p); in __td_sync_get_info()
2627 ph_unlock(sh_p->sh_ta_p); in __td_sync_get_info()
2706 ta_p = sh_p->sh_ta_p; in __td_sync_get_stats()
2901 ph_unlock(sh_p->sh_ta_p); in __td_sync_setstate()
2916 ph_unlock(sh_p->sh_ta_p); in __td_sync_setstate()
2976 ph_unlock(sh_p->sh_ta_p); in __td_sync_setstate()
3049 ph_unlock(sh_p->sh_ta_p); in __td_sync_waiters()
[all …]
/illumos-gate/usr/src/head/
H A Dthread_db.h71 td_thragent_t *sh_ta_p; member