Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dparallel_for_each_common.h173 MoveIterator mend(Iterator{a_depths + depth}); in TestBodyMove()
175 tbb::parallel_for_each(mbegin, mend, body); in TestBodyMove()
234 MoveIterator mend = std::make_move_iterator(end); in TestGenericLambdaMove() local
236 tbb::parallel_for_each(mbegin, mend, body); in TestGenericLambdaMove()