Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp114 struct inc_functor { struct
117 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument
118 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function
119 void operator=(const inc_functor &f) { local_execute_count = size_t(f.local_execute_count); } in operator =() argument
134 inc_functor<OutputType> cf; in continue_nodes_with_copy() argument
169inc_functor<OutputType> body_copy = tbb::flow::copy_body< inc_functor<OutputType> >( exe_node ); in continue_nodes_with_copy()
176 body_copy = tbb::flow::copy_body< inc_functor<OutputType> >( exe_node ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp144 struct inc_functor { struct
147 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument
148 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function
149 void operator=( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in operator =() argument
166 inc_functor cf; in buffered_levels_with_copy() argument
219 inc_functor body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()
226 body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp135 struct inc_functor { struct
138 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument
139 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function
157 inc_functor cf; in buffered_levels_with_copy() argument
210 inc_functor body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()