Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c475 if (sh_p == NULL || sh_p->sh_unique == NULL) { in ph_lock_sh()
731 sh_p->sh_unique = addr; in __td_ta_map_addr2sync()
1222 synchandle.sh_unique = (psaddr_t)sync_stats.sync_addr; in __td_ta_sync_iter()
2360 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb()
2363 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb()
2447 sh_p->sh_unique = NULL; in __td_thr_sleepinfo()
2452 sh_p->sh_unique = (psaddr_t)wchan; in __td_thr_sleepinfo()
2485 if (ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
2488 if (ps_pdread(ph_p, sh_p->sh_unique, &generic_so.condition, in sync_get_info_common()
2495 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common()
[all …]
/titanic_41/usr/src/head/
H A Dthread_db.h74 psaddr_t sh_unique; member