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

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

Completed in 26 milliseconds