Searched defs:flow_control (Results 1 – 2 of 2) sorted by relevance
31 int input_body_f(tbb::flow_control&) { return 42; } in input_body_f()37 auto lambda = [](tbb::flow_control&) { return 42; }; in test_deduction_guides()38 auto non_const_lambda = [](tbb::flow_control&) mutable { return 42; }; in test_deduction_guides()
161 tbb::flow::input_node<int> node(g, [](tbb::flow_control& ) -> int { return 0;}); in __anon8094d7940302()