Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp106 typedef tbb::flow::async_node< int, int, tbb::flow::queueing > counting_async_node_type; typedef
107 typedef counting_async_node_type::gateway_type counting_gateway_type;
150 counting_async_node_type a(g, tbb::flow::serial, counting_async_serial_body(graph_ctx) ); in test_reset()
476 counting_async_node_type a(g, tbb::flow::unlimited, counting_async_unlimited_body(graph_ctx) ); in test_copy_ctor()
477 counting_async_node_type b(a); in test_copy_ctor()