Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp148 tbb::task_group_context graph_ctx; in test_reset() local
149 tbb::flow::graph g(graph_ctx); in test_reset()
150 counting_async_node_type a(g, tbb::flow::serial, counting_async_serial_body(graph_ctx) ); in test_reset()
475 tbb::task_group_context graph_ctx; in test_copy_ctor() local
476 counting_async_node_type a(g, tbb::flow::unlimited, counting_async_unlimited_body(graph_ctx) ); in test_copy_ctor()