Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_list.c70 #define HASH_QUEUES 128 macro
71 static struct thread_hash_head thr_hashtable[HASH_QUEUES];
72 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 8) % HASH_QUEUES)
89 for (i = 0; i < HASH_QUEUES; ++i) in _thr_list_init()
/freebsd/lib/librt/
H A Dsigev_thread.c48 #define HASH_QUEUES 17 macro
49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES)
51 static struct sigev_list_head sigev_hash[HASH_QUEUES];
121 for (i = 0; i < HASH_QUEUES; ++i) in __sigev_thread_init()