Searched defs:thread_num (Results 1 – 3 of 3) sorted by relevance
59 for(thread_num_type thread_num = 1; thread_num <= max_threads; thread_num += step++) in concurrency_range() local
147 static const std::size_t thread_num = utils::get_platform_max_threads(); in test() local
1491 void TestAbilityToCreateWorkers(int thread_num) { in TestAbilityToCreateWorkers()