Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c486 if (th_p == NULL || th_p->th_unique == NULL) { in ph_lock_th()
690 if ((th_p->th_unique = ta_p->single_ulwp_addr) == 0) in __td_ta_map_id2thr()
1088 th.th_unique = curr_lwp_addr; in __td_ta_thr_iter()
1416 psaddr = th_p->th_unique; in __td_thr_get_info()
1509 ulwp_t *ulwp = (ulwp_t *)th_p->th_unique; in mod_eventset()
1514 ulwp32_t *ulwp = (ulwp32_t *)th_p->th_unique; in mod_eventset()
1677 ulwp_t *ulwp = (ulwp_t *)th_p->th_unique; in __td_thr_event_getmsg()
1698 ulwp32_t *ulwp = (ulwp32_t *)th_p->th_unique; in __td_thr_event_getmsg()
1796 ulwp_t *ulwp = (ulwp_t *)th_p->th_unique; in thr_to_lwpid()
1805 ulwp32_t *ulwp = (ulwp32_t *)th_p->th_unique; in thr_to_lwpid()
[all …]
/titanic_50/usr/src/head/
H A Dthread_db.h68 psaddr_t th_unique; member