Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_tg.c148 unsigned tg_get_numthreads(ffsb_tg_t * tg) in tg_get_numthreads() function
323 for (i = 0; i < tg_get_numthreads(tg); i++) in tg_collect_results()
362 for (i = 0; i < tg_get_numthreads(tg); i++) in tg_collect_stats()
Dffsb_fc.c51 fc->num_totalthreads = tg_get_numthreads(tg); in init_ffsb_config_1fs()
Dffsb_tg.h151 unsigned tg_get_numthreads(ffsb_tg_t *tg);
Dffsb_fs.c391 ffsb_barrier_init(&barrier, tg_get_numthreads(tg)); in age_fs()