Lines Matching refs:work
59 method. With this new approach, you work with functors in a C++-standard way by implementing ``void
89 Adding more work during task execution
94 In TBB, cases when the amount of work is not known in advance and the work needs to be added during
112 // ... do some work for item m_i ...
140 In oneTBB ``tbb::parallel_do`` interface was removed. Instead, the functionality of adding new work
157 // ... do some work for item i ...
183 // ... do some work for item i ...
210 // do some work processing m_shared_data
227 Such patterns are particularly useful when the work within a functor is not completed but there is a
242 // do some work processing m_shared_data
345 // some work to do ...
379 //some work to do ...