Searched defs:exe_node (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_function_node.cpp | 69 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 D | test_multifunction_node.cpp | 68 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 D | test_continue_node.cpp | 102 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
|