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

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h762 * thr_hash_table_t structures, where N == 1 before the main thread creates
772 } thr_hash_table_t; typedef in typeref:struct:__anon1363
886 thr_hash_table_t *thr_hash_table;
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c202 thr_hash_table_t head;
2934 < ta_p->hash_size * sizeof (thr_hash_table_t))
2936 ix / sizeof (thr_hash_table_t) + 1;
2961 < ta_p->hash_size * sizeof (thr_hash_table_t))
2963 ix / sizeof (thr_hash_table_t) + 1;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c77 thr_hash_table_t init_hash_table[1] = {
1526 thr_hash_table_t *htp;
1553 if ((data = mmap(NULL, HASHTBLSZ * sizeof (thr_hash_table_t),
1558 udp->thr_hash_table = htp = (thr_hash_table_t *)data;

Completed in 32 milliseconds