Home
last modified time | relevance | path

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

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