| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Evolution.hpp | 62 virtual void Run(double execution_time, int nthread) = 0; 110 virtual void Run(double execution_time, int nthread); 130 virtual void Run(double execution_time, int nthread);
|
| H A D | Game_of_life.cpp | 136 m_seq->Run(execution_time, 1); in main() 141 m_par->Run(execution_time, p); in main()
|
| H A D | Evolution.cpp | 53 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/.github/workflows/ |
| H A D | ci.yml | 41 - name: Run scan 51 - name: Run scan 119 - name: Run check 137 - name: Run testing 172 - name: Run testing 198 - name: Run testing 234 - name: Run testing 272 - name: Run testing 298 - name: Run testing 334 - name: Run testing
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_lib_unload.cpp | 144 struct Run { struct 191 utils::NativeParallelFor( 1, Run() ); 212 utils::NativeParallelFor( 1, Run() );
|
| /oneTBB/doc/GSG/ |
| H A D | next_steps.rst | 27 Build and Run a Sample 81 #. Run the example. 118 #. Run the executable:
|
| H A D | get_started.rst | 17 #. Run your program using oneTBB following the :ref:`Next Steps <next_steps>`.
|
| /oneTBB/cmake/ |
| H A D | memcheck.cmake | 22 COMMENT "Run memcheck on all tests") 50 COMMENT "Run memcheck scan on specified list")
|
| H A D | README.md | 176 #### Run Test 191 ## Sanitizers - Configure, Build, and Run 201 ## Valgrind Memcheck - Configure, Build, and Run
|
| /oneTBB/doc/ |
| H A D | README.md | 27 3. Run in the command line:
|
| H A D | Doxyfile.in | 1054 # - Run doxygen as normal
|
| /oneTBB/python/ |
| H A D | README.md | 34 …- `python3 -m tbb your_script.py` - Run your_script.py in context of `with tbb.Monkey():` when one… 35 …- `python3 -m tbb --ipc your_script.py` - Run your_script.py in context of `with tbb.Monkey():` wh…
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | README.md | 11 ## Run section in Pi Sample
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | destroy_graphs_outside_main_thread.rst | 3 Destroying Graphs That Run Outside the Main Thread
|
| H A D | work_isolation.rst | 80 // Run the inner parallel_for in a separate arena to prevent the thread 130 // Run the second parallel loop in an isolated region to prevent the current thread
|
| H A D | Controlling_Chunking_os.rst | 106 #. Run your algorithm.
|
| /oneTBB/ |
| H A D | Bazel.md | 83 Run ```bazel build //...``` in the oneTBB root directory.
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_Scheduler_Init.rst | 56 // Run the default parallelism
|
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 132 void Run ( std::uintptr_t idx ) { in Run() function in SharedGroupBodyImpl 190 tg.run_and_wait([&] { m_pImpl->Run(idx); }); in operator ()()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Local_Serializer.rst | 177 #. Run the functor.
|