Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c502 if (sh_p == NULL || sh_p->sh_unique == 0) { in ph_lock_sh()
758 sh_p->sh_unique = addr; in __td_ta_map_addr2sync()
2467 sh_p->sh_unique = 0; in __td_thr_sleepinfo()
2472 sh_p->sh_unique = (psaddr_t)wchan; in __td_thr_sleepinfo()
2505 if (ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
2515 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
2549 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
2599 si_p->si_sv_addr = sh_p->sh_unique; in sync_get_info_common()
2719 ss_p->ss_info.si_sv_addr = sh_p->sh_unique; in __td_sync_get_stats()
2762 sh_p->sh_unique, &sync_stats); in __td_sync_get_stats()
[all …]
/illumos-gate/usr/src/head/
H A Dthread_db.h72 psaddr_t sh_unique; member