Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_async_node.cpp117 using async_node_type = tbb::flow::async_node<int, int>; typedef
118 using gateway_type = async_node_type::gateway_type;
123 async_node_type testing_node{
148 using async_node_type = async_node<test_invoke::SmartID<std::size_t>, std::size_t>; typedef
150 …t_invoke::SmartID<std::size_t>::template send_id_to_gateway<typename async_node_type::gateway_type…
154 async_node_type activity_submitter(g, serial, async_body);
/oneTBB/test/tbb/
H A Dtest_async_node.cpp316 typedef tbb::flow::async_node< input_type, output_type > async_node_type; typedef in async_activity
317 typedef typename async_node_type::gateway_type gateway_type;
409 typedef tbb::flow::async_node< input_type, output_type > async_node_type; typedef
410 typedef typename async_node_type::gateway_type gateway_type;
422 async_node_type offload_node( in run()
512 typedef tbb::flow::async_node< input_type, output_type > async_node_type; typedef
513 typedef typename async_node_type::gateway_type gateway_type;
542 async_node_type offload_node( in run()
612 typedef tbb::flow::async_node<Input, Output> async_node_type; typedef in enqueueing_on_inner_level
613 typedef typename async_node_type::gateway_type gateway_type;
[all …]
H A Dtest_flow_graph_priorities.cpp252 typedef async_node<data_type, data_type> async_node_type; typedef
256 typedef async_node_type::gateway_type gateway_type;
339 void operator()(data_type input, async_node_type::gateway_type& gateway) noexcept { in operator ()()
374 async_node_type async_node(g, unlimited, AsyncSubmissionBody(&activity)); in test()