Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_buffer_node.cpp273 tbb::flow::buffer_node<T> b_copy(b); in test_parallel() local
278 CHECK_MESSAGE( b_copy.try_get( j ) == false, "" ); in test_parallel()
281 CHECK_MESSAGE( b.register_successor(b_copy) == true, "" ); in test_parallel()
285 NativeParallelFor( num_threads, parallel_gets<T>(b_copy, t) ); in test_parallel()
294 CHECK_MESSAGE( b_copy.try_get( j ) == false, "" ); in test_parallel()
H A Dtest_broadcast_node.cpp163 tbb::flow::broadcast_node<T> b_copy(b); in test_parallel_broadcasts() local
164 run_parallel_broadcasts(g, p, b_copy); in test_parallel_broadcasts()