Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_input_node.cpp147 constexpr std::size_t counting_threshold = 10; variable
148 conformance::counting_functor<output_msg> fun(counting_threshold);
158 …CHECK_MESSAGE((conformance::get_values(node2).size() == counting_threshold), "Descendant of the no…
159 …CHECK_MESSAGE((fun.execute_count == counting_threshold + 1), "Body of the node needs to be execute…