Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2835 class async_body_base: no_assign {
2839 async_body_base(gateway_type *gateway): my_gateway(gateway) { } in async_body_base() function
2849 class async_body: public async_body_base<Gateway> {
2854 typedef async_body_base<Gateway> base_type;
2885 typedef async_body_base<gateway_type> async_body_base_type; in __TBB_requires()