Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp134 inc_functor<OutputType> cf; in continue_nodes_with_copy() local
135 cf.local_execute_count = Offset; in continue_nodes_with_copy()
138 tbb::flow::continue_node< OutputType > exe_node( g, cf ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp166 inc_functor cf; in buffered_levels_with_copy() local
167 cf.local_execute_count = Offset; in buffered_levels_with_copy()
170 tbb::flow::function_node< InputType, OutputType > exe_node( g, lc, cf ); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp157 inc_functor cf; in buffered_levels_with_copy() local
158 cf.local_execute_count = Offset; in buffered_levels_with_copy()
161 tbb::flow::multifunction_node< InputType, OutputTuple > exe_node( g, lc, cf ); in buffered_levels_with_copy()