Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp70 const bool is_uniform_split = r.size() == per_thread_iters; in test() local
71 … CHECK_MESSAGE(is_uniform_split, "static partitioner split the range incorrectly."); in test()