Searched refs:stage_task (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | parallel_pipeline.cpp | 69 friend class stage_task; 112 friend class stage_task; 268 class stage_task : public d1::task, public task_info { class 285 … r1::spawn( *alloc.new_object<stage_task>(ed, my_pipeline, alloc ), my_pipeline.my_context ); in try_spawn_stage_task() 293 stage_task(pipeline& pipeline, d1::small_object_allocator& alloc ) : in stage_task() function in tbb::detail::r1::stage_task 303 …stage_task(pipeline& pipeline, d1::base_filter* filter, const task_info& info, d1::small_object_al… in stage_task() function in tbb::detail::r1::stage_task 334 ~stage_task() override { in ~stage_task() 344 stage_task* clone = alloc.new_object<stage_task>(ed, my_pipeline, my_filter, info, alloc); in spawn_stage_task() 349 bool stage_task::execute_filter(d1::execution_data& ed) { in execute_filter() 452 stage_task& st = *alloc.new_object<stage_task>(pipe, alloc); in parallel_pipeline()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _pipeline_filters.h | 38 class stage_task; variable 113 friend class r1::stage_task;
|