Home | History | Annotate | Download | only in traincascade

Lines Matching full:parallel_for

52     void parallel_for( const BlockedRange& range, const Body& body )
54 tbb::parallel_for(range, body);
71 void parallel_for( const BlockedRange& range, const Body& body )