Home
last modified time | relevance | path

Searched refs:async_body (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_async_node.cpp150 …auto async_body = &test_invoke::SmartID<std::size_t>::template send_id_to_gateway<typename async_n… variable
154 async_node_type activity_submitter(g, serial, async_body);
/oneTBB/test/tbb/
H A Dtest_profiling.cpp73 struct async_body struct
83 tbb::flow::async_node<int, int> node(g, 1, async_body{}); argument
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2849 class async_body: public async_body_base<Gateway> {
2857 async_body(const Body &body, gateway_type *gateway) in async_body() function
2942 async_body<Input, typename base_type::output_ports_type, gateway_type, Body> in __TBB_requires()
3002 …typedef async_body<Input, typename base_type::output_ports_type, gateway_type, Body> async_body_ty… in __TBB_requires()