Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c745 config_options_t *tg_config; in get_num_totalthreads() local
748 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()