Searched refs:b_copy (Results 1 – 2 of 2) sorted by relevance
273 tbb::flow::buffer_node<T> b_copy(b); in test_parallel() local278 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()
163 tbb::flow::broadcast_node<T> b_copy(b); in test_parallel_broadcasts() local164 run_parallel_broadcasts(g, p, b_copy); in test_parallel_broadcasts()