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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c72 #define HASHTBLSZ 1024 /* must be a power of two */ macro
1553 if ((data = mmap(NULL, HASHTBLSZ * sizeof (thr_hash_table_t),
1559 udp->hash_size = HASHTBLSZ;
1560 udp->hash_mask = HASHTBLSZ - 1;
1562 for (i = 0; i < HASHTBLSZ; i++, htp++) {

Completed in 20 milliseconds