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

/freebsd-current/lib/libthr/thread/
H A Dthr_list.c71 static struct thread_hash_head thr_hashtable[HASH_QUEUES]; variable in typeref:struct:thread_hash_head
90 LIST_INIT(&thr_hashtable[i]);
258 head = &thr_hashtable[THREAD_HASH(thread)];
274 head = &thr_hashtable[THREAD_HASH(thread)];

Completed in 109 milliseconds