Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_composite_node.cpp219 adder_node a3(g, hidden); in test_adder() local
220 …CHECK_MESSAGE( (&std::get<0>(a3.input_ports()) == &tbb::flow::input_port<0>(a3.j)), "input_port 0 … in test_adder()
221 …CHECK_MESSAGE( (&std::get<1>(a3.input_ports()) == &tbb::flow::input_port<1>(a3.j)), "input_port1 o… in test_adder()
222 …CHECK_MESSAGE( (&std::get<0>(a3.output_ports()) == &a3.f), "f not bound to output port 0 in compos… in test_adder()
258 tbb::flow::make_edge( a0, a3 ); in test_adder()
259 tbb::flow::make_edge( a1, tbb::flow::input_port<1>(a3) ); in test_adder()
260 tbb::flow::make_edge( a3, s2 ); in test_adder()
H A Dtest_task_arena.cpp197 tbb::task_arena a3(1, 0); in TestConcurrentArenasFunc() local
198 LocalObserver lo2(a3); in TestConcurrentArenasFunc()
210 a3.execute([] { in TestConcurrentArenasFunc()