Searched defs:Run (Results 1 – 5 of 5) sorted by relevance
11 ## Run section in Pi Sample12 ### Predefined Make Targets16 ### Application Parameters
53 void SequentialEvolution::Run(double execution_time, int nthread) { in Run() function in SequentialEvolution95 void ParallelEvolution::Run(double execution_time, int nthread) { in Run() function in ParallelEvolution
144 struct Run { struct145 void operator()( std::size_t /*id*/ ) const { in operator ()()
203 ### Prerequisites205 ### Example
132 void Run ( std::uintptr_t idx ) { in Run() function in SharedGroupBodyImpl