Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp210 struct nodes_test_functor : utils::NoAssign { struct
214 nodes_test_functor(tbb::task_arena* a, tbb::flow::graph& g) : midway_arena(a), my_graph(g) {} in nodes_test_functor() function
292 midway_arena.execute(nodes_test_functor(&midway_arena, g)); in test_graph_arena()