Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp189 class custom_range_with_psplit : public oneapi::tbb::blocked_range<int> { class
192 custom_range_with_psplit(int l, int r, int g) : base_type(l, r, g) {} in custom_range_with_psplit() function in custom_range_with_psplit
193 custom_range_with_psplit(const custom_range_with_psplit& r) : base_type(r) {} in custom_range_with_psplit() function in custom_range_with_psplit
195custom_range_with_psplit(custom_range_with_psplit& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range_with_psplit() function in custom_range_with_psplit
196custom_range_with_psplit(custom_range_with_psplit& r, tbb::proportional_split& p) : base_type(r, p… in custom_range_with_psplit() function in custom_range_with_psplit
199 test_custom_range<custom_range_with_psplit>(1);