Lines Matching refs:parallel_for_impl
306 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl() function
322 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, auto_partitioner()); in __TBB_requires()
328 parallel_for_impl<Index,Function,const simple_partitioner>(first, last, step, f, partitioner); in __TBB_requires()
334 parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, partitioner); in __TBB_requires()
340 parallel_for_impl<Index,Function,const static_partitioner>(first, last, step, f, partitioner); in __TBB_requires()
346 parallel_for_impl(first, last, step, f, partitioner); in __TBB_requires()
353 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, au… in __TBB_requires()
359 …parallel_for_impl<Index,Function,const simple_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
365 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, pa… in __TBB_requires()
371 …parallel_for_impl<Index,Function,const static_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
377 parallel_for_impl(first, last, static_cast<Index>(1), f, partitioner); in __TBB_requires()
382 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl() function
398 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, auto_partitioner(),… in __TBB_requires()
404 …parallel_for_impl<Index,Function,const simple_partitioner>(first, last, step, f, partitioner, cont… in __TBB_requires()
410 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, partitioner, contex… in __TBB_requires()
416 …parallel_for_impl<Index,Function,const static_partitioner>(first, last, step, f, partitioner, cont… in __TBB_requires()
422 parallel_for_impl(first, last, step, f, partitioner, context); in __TBB_requires()
429 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, au… in __TBB_requires()
435 …parallel_for_impl<Index,Function,const simple_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
441 …parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, pa… in __TBB_requires()
447 …parallel_for_impl<Index,Function,const static_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
453 parallel_for_impl(first, last, static_cast<Index>(1), f, partitioner, context); in __TBB_requires()