Home
last modified time | relevance | path

Searched defs: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
148 using async_node_type = async_node<test_invoke::SmartID<std::size_t>, std::size_t>; typedef
/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
409 typedef tbb::flow::async_node< input_type, output_type > async_node_type; typedef
512 typedef tbb::flow::async_node< input_type, output_type > async_node_type; typedef
612 typedef tbb::flow::async_node<Input, Output> async_node_type; typedef in enqueueing_on_inner_level
H A Dtest_flow_graph_priorities.cpp252 typedef async_node<data_type, data_type> async_node_type; typedef