Searched refs:sh_unique (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 501 if (sh_p == NULL || sh_p->sh_unique == NULL) { in ph_lock_sh() 757 sh_p->sh_unique = addr; in __td_ta_map_addr2sync() 1248 synchandle.sh_unique = (psaddr_t)sync_stats.sync_addr; in __td_ta_sync_iter() 2386 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb() 2389 if (ps_pdread(sh_p->sh_ta_p->ph_p, sh_p->sh_unique, in lowner_cb() 2473 sh_p->sh_unique = NULL; in __td_thr_sleepinfo() 2478 sh_p->sh_unique = (psaddr_t)wchan; in __td_thr_sleepinfo() 2511 if (ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common() 2514 if (ps_pdread(ph_p, sh_p->sh_unique, &generic_so.condition, in sync_get_info_common() 2521 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, in sync_get_info_common() [all …]
|
/titanic_50/usr/src/head/ |
H A D | thread_db.h | 74 psaddr_t sh_unique; member
|