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

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_sleepq.c38 #define SC_LOOKUP(wc) &sc_table[SC_HASH(wc)]
47 static struct sleepqueue_chain sc_table[HASHSIZE]; variable in typeref:struct:sleepqueue_chain
55 LIST_INIT(&sc_table[i].sc_queues);
56 _thr_umutex_init(&sc_table[i].sc_lock);

Completed in 44 milliseconds