Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_graph.cpp79 CHECK_MESSAGE((counting_body.execute_count == 0), "Body should not be executed"); in test_functional_nodes_rf_reset_protocol()
83 CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be executed"); in test_functional_nodes_rf_reset_protocol()
114 CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be executed"); in test_nodes_with_body_rf_reset_bodies()
120 …CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be replaced with a copy of the body… in test_nodes_with_body_rf_reset_bodies()
268 CHECK_MESSAGE((counting_body.execute_count == 2), "Body should be executed");
274 …CHECK_MESSAGE((counting_body.execute_count == 2), "Body should be replaced with a copy of the body…
H A Dconformance_flowgraph.h179 static std::atomic<std::size_t> execute_count; member
182 execute_count = 0; in return_value()
186 execute_count = 0; in counting_functor()
191 ++execute_count; in operator()
197 ++execute_count; in operator()
202 ++execute_count; in operator()
203 if(execute_count > std::size_t(return_value)) { in operator()
212 ++execute_count; in operator()
218 std::atomic<std::size_t> counting_functor<OutputType>::execute_count = {0};
417 counting_body.execute_count = 0; in test_body_exec()
[all …]
H A Dconformance_input_node.cpp159 …CHECK_MESSAGE((fun.execute_count == counting_threshold + 1), "Body of the node needs to be execute…
H A Dconformance_continue_node.cpp242 …CHECK_MESSAGE((fun.execute_count == 4), "Node wait for their predecessors to complete before execu…
/oneTBB/test/common/
H A Dgraph_utils.h130 static std::atomic<size_t> execute_count;
140 ++execute_count;
181 static std::atomic<size_t> execute_count;
193 ++execute_count;
226 std::atomic<size_t> harness_graph_executor<InputType, OutputType>::execute_count;
244 std::atomic<size_t> harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count;
/oneTBB/test/tbb/
H A Dtest_function_node.cpp62 harness_graph_executor<InputType, OutputType>::execute_count = 0; in buffered_levels()
257 harness_graph_executor<InputType, OutputType>::execute_count = 0; in concurrency_levels()
383 harness_graph_executor<InputType, OutputType>::execute_count = 0; in unlimited_concurrency()
393 size_t ec = harness_graph_executor<InputType, OutputType>::execute_count; in unlimited_concurrency()
H A Dtest_multifunction_node.cpp61 harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count = 0; in buffered_levels()
244 harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count = 0; in concurrency_levels()
370 harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count = 0; in unlimited_concurrency()
380 size_t ec = harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count; in unlimited_concurrency()
H A Dtest_continue_node.cpp74 harness_graph_executor<tbb::flow::continue_msg, OutputType>::execute_count = 0; in run_continue_nodes()
84 size_t ec = harness_graph_executor<tbb::flow::continue_msg, OutputType>::execute_count; in run_continue_nodes()