Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.hpp70 virtual void Step() = 0;
111 virtual void Step();
131 virtual void Step();
H A DEvolution.cpp62 Step(); in Run()
79 void SequentialEvolution::Step() { in Step() function in SequentialEvolution
113 Step(); in Run()
165 void ParallelEvolution::Step() { in Step() function in ParallelEvolution
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst187 Step 3 is the difference from the operation of ConcreteWorkItem::run.
188 Step 2 could be done after step 3 in some contexts to increase