Home
last modified time | relevance | path

Searched defs:flow_control (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_input_node.cpp31 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()
/oneTBB/test/tbb/
H A Dtest_profiling.cpp161 tbb::flow::input_node<int> node(g, [](tbb::flow_control& ) -> int { return 0;}); in __anon8094d7940302()