Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1107 struct pusher { struct
1116 struct pusher< try_push_op> { struct
1183 CHECK(pusher<push_op>::push( q, MoveOperationTracker() )); in TestMoveSupport()
1188 CHECK(pusher<push_op>::push( q, std::move(ob) )); in TestMoveSupport()
1254 CHECK(pusher<push_op>::push(q, *it)); in FillTest()