Lines Matching refs:async_node
106 typedef tbb::flow::async_node< int, int, tbb::flow::queueing > counting_async_node_type;
316 typedef tbb::flow::async_node< input_type, output_type > async_node_type;
409 typedef tbb::flow::async_node< input_type, output_type > async_node_type;
512 typedef tbb::flow::async_node< input_type, output_type > async_node_type;
612 typedef tbb::flow::async_node<Input, Output> async_node_type;
718 using node_t = async_node<input_t, output_t>; in test_follows()
756 using node_t = async_node<input_t, output_t>; in test_precedes()
806 lightweight_testing::test<tbb::flow::async_node>(NUMBER_OF_MSGS);
849 static_assert(utils::well_formed_instantiation<tbb::flow::async_node, InputObject, int>);
850 static_assert(utils::well_formed_instantiation<tbb::flow::async_node, int, int>);
851 …static_assert(!utils::well_formed_instantiation<tbb::flow::async_node, test_concepts::NonCopyable,…
852 …static_assert(!utils::well_formed_instantiation<tbb::flow::async_node, test_concepts::NonDefaultIn…
858 tbb::flow::async_node<Input, Output>(graph, concurrency, body);
859 tbb::flow::async_node<Input, Output>(graph, concurrency, body, priority);
861 tbb::flow::async_node<Input, Output>(tbb::flow::follows(f), concurrency, body);
862 tbb::flow::async_node<Input, Output>(tbb::flow::follows(f), concurrency, body, priority);