Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_multifunction_node.cpp160 auto first_body = &input_type::template send_id<first_ports_type>; variable
163 first_mf_node_type mf1(g, unlimited, first_body);
H A Dconformance_parallel_pipeline.cpp414 auto first_body = [&](oneapi::tbb::flow_control& fc) -> middle_filter_type { in test_pipeline_invoke_basic() local
421 …:tbb::make_filter<void, middle_filter_type>(oneapi::tbb::filter_mode::serial_in_order, first_body); in test_pipeline_invoke_basic()