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()
1249 synchandle.sh_unique = (psaddr_t)sync_stats.sync_addr; in __td_ta_sync_iter()
2380 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb()
2383 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb()
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()
2508 if (ps_pdread(ph_p, sh_p->sh_unique, &generic_so.condition, in sync_get_info_common()
2515 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
[all …]
/illumos-gate/usr/src/head/
H A Dthread_db.h72 psaddr_t sh_unique; member