Lines Matching refs:src
23 input_node< int > src( g, src_body(10), false );
25 src.activate();
42 input_node< int > src( g, src_body(10), false );
43 make_edge( src, squarer );
44 make_edge( src, cuber );
45 src.activate();
67 For example, if src is an ``input_node`` and ``func1`` and ``func2`` are both
69 src is activated just after its construction:
79 oneapi::tbb::flow::input_node<int> src( g, [&]( oneapi::tbb::flow_control &fc ) -> int {
86 src.activate();
99 make_edge( src, func1 );
106 before the edge from src to ``func1``. If the edge from src to func1 were
108 it; that message would be dropped. Also, src has only a single
109 successor. If src had more than one successor, the successor that is