Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp339 MoveOperationTracker ob; in test_move_support_in_push_pop() local
341 q1.push(std::move(ob)); in test_move_support_in_push_pop()
347 q1.try_pop(ob); in test_move_support_in_push_pop()
H A Dconformance_concurrent_queue.cpp1187 MoveOperationTracker ob; in TestMoveSupport() local
1188 CHECK(pusher<push_op>::push( q, std::move(ob) )); in TestMoveSupport()
1195 bool result = popper<pop_op>::pop( q, ob ); in TestMoveSupport()