Home
last modified time | relevance | path

Searched refs:buffered_levels (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_function_node.cpp55 void buffered_levels( size_t concurrency, Body body ) { in buffered_levels() function
234buffered_levels<InputType,OutputType>( c, []( InputType i ) -> OutputType { return harness_graph_e… in run_buffered_levels()
235buffered_levels<InputType,OutputType>( c, &harness_graph_executor<InputType, OutputType>::func ); in run_buffered_levels()
236buffered_levels<InputType,OutputType>( c, typename harness_graph_executor<InputType, OutputType>::… in run_buffered_levels()
H A Dtest_multifunction_node.cpp54 void buffered_levels( size_t concurrency, Body body ) { in buffered_levels() function
221buffered_levels<InputType,OutputTuple>( c, []( InputType i, output_ports_type &p ) { harness_graph… in run_buffered_levels()
222buffered_levels<InputType,OutputTuple>( c, &harness_graph_multifunction_executor<InputType, Output… in run_buffered_levels()
223buffered_levels<InputType,OutputTuple>( c, typename harness_graph_multifunction_executor<InputType… in run_buffered_levels()