Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_reduce/pi/
H A DREADME.md11 ## Run section in Pi Sample
12 ### Predefined Make Targets
16 ### Application Parameters
/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.cpp53 void SequentialEvolution::Run(double execution_time, int nthread) { in Run() function in SequentialEvolution
95 void ParallelEvolution::Run(double execution_time, int nthread) { in Run() function in ParallelEvolution
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp144 struct Run { struct
145 void operator()( std::size_t /*id*/ ) const { in operator ()()
/oneTBB/cmake/
H A DREADME.md203 ### Prerequisites
205 ### Example
/oneTBB/test/tbb/
H A Dtest_task_group.cpp132 void Run ( std::uintptr_t idx ) { in Run() function in SharedGroupBodyImpl