Searched refs:range_size (Results 1 – 1 of 1) sorted by relevance
984 static const std::size_t range_size = grain_size * number_of_grains; in TestConcurrentGrowBy() local988 …oneapi::tbb::parallel_for(oneapi::tbb::blocked_range<std::size_t>(0, range_size, grain_size), Grow… in TestConcurrentGrowBy()990 REQUIRE( v.size() == std::size_t(range_size) ); in TestConcurrentGrowBy()994 std::vector<bool> found(range_size, 0); in TestConcurrentGrowBy()995 for( std::size_t i=0; i<range_size; ++i ) { in TestConcurrentGrowBy()