Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp178 class custom_range : public oneapi::tbb::blocked_range<int> { class
181 custom_range(int l, int r, int g) : base_type(l, r, g) {} in custom_range() function in custom_range
182 custom_range(const custom_range& r) : base_type(r) {} in custom_range() function in custom_range
184 custom_range(custom_range& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range() function in custom_range
187 test_custom_range<custom_range>(2);