Searched defs:ParallelForBody (Results 1 – 2 of 2) sorted by relevance
302 struct ParallelForBody { struct303 SpinBarrier& my_barrier;304 const data_type& my_input;305 ParallelForBody(SpinBarrier& barrier, const data_type& input) in ParallelForBody() function307 void operator()(const data_type&) const { in operator ()()
133 struct ParallelForBody { struct144 template <typename R> using Correct = ParallelForBody<R, /*CopyCtor = */true, /*Dtor = */true, /*()… argument