Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_priority_queue_node.cpp216 tbb::flow::priority_queue_node<T> q_copy(q); in test_parallel() local
219 CHECK_MESSAGE( q_copy.try_get( j ) == false, "" ); in test_parallel()
220 CHECK_MESSAGE( register_successor(q, q_copy) == true, "" ); in test_parallel()
222 spin_try_get( q_copy, j ); in test_parallel()
229 CHECK_MESSAGE( q_copy.try_get( j ) == false, "" ); in test_parallel()
H A Dtest_queue_node.cpp326 tbb::flow::queue_node<T> q_copy(q); in test_parallel() local
329 CHECK_MESSAGE( q_copy.try_get( j ) == false, "" ); in test_parallel()
330 CHECK_MESSAGE( register_successor( q, q_copy ) == true, "" ); in test_parallel()
333 utils::NativeParallelFor( num_threads, parallel_gets<T>(q_copy, t) ); in test_parallel()
340 CHECK_MESSAGE( q_copy.try_get( j ) == false, "" ); in test_parallel()