Searched refs:offer_work_impl (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_reduce.h | 159 offer_work_impl(ed, *this, split_obj); in offer_work() 163 offer_work_impl(ed, *this, r, d); in offer_work() 168 void offer_work_impl(execution_data& ed, Args&&... args) { in offer_work_impl() function 304 offer_work_impl(ed, *this, split_obj); in offer_work() 308 void offer_work_impl(execution_data& ed, Args&&... args) { in offer_work_impl() function
|
| H A D | parallel_for.h | 122 offer_work_impl(ed, *this, split_obj); in offer_work() 127 offer_work_impl(ed, *this, r, d); in offer_work() 132 void offer_work_impl(execution_data& ed, Args&&... constructor_args) { in offer_work_impl() function
|