Lines Matching refs:start_for
61 struct start_for : public task { struct
74 …start_for( const Range& range, const Body& body, Partitioner& partitioner, small_object_allocator&… in start_for() function
82 …start_for( start_for& parent_, typename Partitioner::split_type& split_obj, small_object_allocator… in start_for() function
90 start_for( start_for& parent_, const Range& r, depth_t d, small_object_allocator& alloc ) : in start_for() function
107 start_for& for_task = *alloc.new_object<start_for>(range, body, partitioner, alloc); in run() argument
135 …start_for& right_child = *alloc.new_object<start_for>(ed, std::forward<Args>(constructor_args)...,… in offer_work_impl() argument
150 void start_for<Range, Body, Partitioner>::finalize(const execution_data& ed) { in finalize() argument
155 this->~start_for(); in finalize()
165 task* start_for<Range, Body, Partitioner>::execute(execution_data& ed) { in execute()
177 task* start_for<Range, Body, Partitioner>::cancel(execution_data& ed) { in cancel()
229 …start_for<Range,Body,const __TBB_DEFAULT_PARTITIONER>::run(range,body,__TBB_DEFAULT_PARTITIONER()); in __TBB_requires()
237 start_for<Range,Body,const simple_partitioner>::run(range,body,partitioner); in __TBB_requires()
245 start_for<Range,Body,const auto_partitioner>::run(range,body,partitioner); in __TBB_requires()
253 start_for<Range,Body,const static_partitioner>::run(range,body,partitioner); in __TBB_requires()
261 start_for<Range,Body,affinity_partitioner>::run(range,body,partitioner); in __TBB_requires()
269 …start_for<Range,Body,const __TBB_DEFAULT_PARTITIONER>::run(range, body, __TBB_DEFAULT_PARTITIONER(… in __TBB_requires()
277 start_for<Range,Body,const simple_partitioner>::run(range, body, partitioner, context); in __TBB_requires()
285 start_for<Range,Body,const auto_partitioner>::run(range, body, partitioner, context); in __TBB_requires()
293 start_for<Range,Body,const static_partitioner>::run(range, body, partitioner, context); in __TBB_requires()
301 start_for<Range,Body,affinity_partitioner>::run(range,body,partitioner, context); in __TBB_requires()