Searched refs:tg_config (Results 1 – 1 of 1) sorted by relevance
745 config_options_t *tg_config; in get_num_totalthreads() local748 tg_config = tg->config; in get_num_totalthreads()749 while (tg_config->name) { in get_num_totalthreads()750 if (!strcmp(tg_config->name, "num_threads")) in get_num_totalthreads()751 num_threads += *(uint32_t *) tg_config->value; in get_num_totalthreads()752 tg_config++; in get_num_totalthreads()