HASH_QUEUES
static struct thread_hash_head thr_hashtable[HASH_QUEUES];
#define THREAD_HASH(thrd) (((unsigned long)thrd >> 12) % HASH_QUEUES)
for (i = 0; i < HASH_QUEUES; ++i)