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
322parallel_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()
353parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, au… in __TBB_requires()
359parallel_for_impl<Index,Function,const simple_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
365parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, pa… in __TBB_requires()
371parallel_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
398parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, auto_partitioner(),… in __TBB_requires()
404parallel_for_impl<Index,Function,const simple_partitioner>(first, last, step, f, partitioner, cont… in __TBB_requires()
410parallel_for_impl<Index,Function,const auto_partitioner>(first, last, step, f, partitioner, contex… in __TBB_requires()
416parallel_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()
429parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, au… in __TBB_requires()
435parallel_for_impl<Index,Function,const simple_partitioner>(first, last, static_cast<Index>(1), f, … in __TBB_requires()
441parallel_for_impl<Index,Function,const auto_partitioner>(first, last, static_cast<Index>(1), f, pa… in __TBB_requires()
447parallel_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()