Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp172 size_t inc_count = body_copy.local_execute_count; in continue_nodes_with_copy() local
174 CHECK_MESSAGE( global_count == inc_count, "" ); in continue_nodes_with_copy()
177 inc_count = body_copy.local_execute_count; in continue_nodes_with_copy()
178 CHECK_MESSAGE( ( Offset == inc_count), "reset(rf_reset_bodies) did not reset functor" ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp222 size_t inc_count = body_copy.local_execute_count; in buffered_levels_with_copy() local
224 CHECK(global_count == inc_count ); in buffered_levels_with_copy()
227 inc_count = body_copy.local_execute_count; in buffered_levels_with_copy()
228 CHECK_MESSAGE( Offset == inc_count, "reset(rf_reset_bodies) did not reset functor" ); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp213 size_t inc_count = body_copy.local_execute_count; in buffered_levels_with_copy() local
214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h854 enum op_type { res_count, inc_count, may_succeed, try_make };
914 case inc_count: { // called from input ports
980 key_matching_FE_operation op_data(t, inc_count);