Home
last modified time | relevance | path

Searched defs:exe_node (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_function_node.cpp69 tbb::flow::function_node< InputType, OutputType > exe_node( g, lc, body ); in buffered_levels() local
170 tbb::flow::function_node< InputType, OutputType > exe_node( g, lc, cf ); in buffered_levels_with_copy() local
264 fnode_type exe_node( g, lc, body ); in concurrency_levels() local
374 …tbb::flow::function_node< InputType, OutputType, tbb::flow::rejecting > exe_node( g, tbb::flow::un… in unlimited_concurrency() local
H A Dtest_multifunction_node.cpp68 tbb::flow::multifunction_node< InputType, OutputTuple > exe_node( g, lc, body ); in buffered_levels() local
161 tbb::flow::multifunction_node< InputType, OutputTuple > exe_node( g, lc, cf ); in buffered_levels_with_copy() local
251 …tbb::flow::multifunction_node< InputType, OutputTuple, tbb::flow::rejecting > exe_node( g, lc, bod… in concurrency_levels() local
362 …tbb::flow::multifunction_node< InputType, OutputTuple, tbb::flow::rejecting > exe_node( g, tbb::fl… in unlimited_concurrency() local
H A Dtest_continue_node.cpp102 tbb::flow::continue_node< OutputType > exe_node( g, body ); in continue_nodes() local
138 tbb::flow::continue_node< OutputType > exe_node( g, cf ); in continue_nodes_with_copy() local