Searched refs:threads_table_size (Results 1 – 1 of 1) sorted by relevance
114 int threads_table_size; /* Size of threads_table */ member391 if (index >= this->threads_table_size) { /* LCOV_EXCL_BR_LINE */ in ttable_get_element()394 index, this->threads_table_size); /* LCOV_EXCL_LINE */ in ttable_get_element()410 for (int i = 0; i < this->threads_table_size; i++, tt_el = tt_el->next) { in ttable_get_empty_slot()431 tt_el = ttable_get_element(this, this->threads_table_size-1); in ttable_get_empty_slot()434 this->threads_table_size += NCT_ALLOC_CHUNK_SIZE; in ttable_get_empty_slot()443 return this->threads_table_size - NCT_ALLOC_CHUNK_SIZE; in ttable_get_empty_slot()530 this->threads_table_size = NCT_ALLOC_CHUNK_SIZE; in nct_init()568 for (int i = 0; i < this->threads_table_size; i++, tt_el = tt_el->next) { in nct_clean_up()