Home
last modified time | relevance | path

Searched refs:thr_hash_table_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h807 } thr_hash_table_t; typedef
964 thr_hash_table_t *thr_hash_table;
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c230 thr_hash_table_t head; in td_read_uberdata()
2791 < ta_p->hash_size * sizeof (thr_hash_table_t)) in __td_sync_get_stats()
2793 ix / sizeof (thr_hash_table_t) + 1; in __td_sync_get_stats()
2818 < ta_p->hash_size * sizeof (thr_hash_table_t)) in __td_sync_get_stats()
2820 ix / sizeof (thr_hash_table_t) + 1; in __td_sync_get_stats()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c80 thr_hash_table_t init_hash_table[1] = {
1568 thr_hash_table_t *htp; in finish_init()
1595 if ((data = mmap(NULL, HASHTBLSZ * sizeof (thr_hash_table_t), in finish_init()
1600 udp->thr_hash_table = htp = (thr_hash_table_t *)data; in finish_init()