| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | main.cpp | 137 if (!tachyon.running) in example_main() 147 video->running = true; in example_main() 153 video->running = false; in example_main() 205 if (!tachyon.running) in main() 211 video->running = true; in main() 214 video->running = false; in main() 359 if (!tachyon.running) in main()
|
| H A D | tachyon_video.cpp | 85 } while (recycling && running); in on_process() 92 running = false; in on_key()
|
| H A D | trace.omp.cpp | 160 if (!video->running) in parallel_thread()
|
| H A D | trace.taskq.cpp | 195 if (!video->running) in parallel_thread()
|
| H A D | trace.tbb.cpp | 208 if (video->running) { in operator ()()
|
| /oneTBB/examples/common/gui/ |
| H A D | convideo.cpp | 65 running = true; in init_window() 70 running = true; in init_console() 91 running = false; in terminate() 117 return running; in next_frame()
|
| H A D | winvideo.hpp | 167 running = threaded = calc_fps = false; in video() 185 running = true; in init_console() 234 v->running = false; in loop_once() 270 while (running) { in main_loop() 279 running = false; in main_loop() 296 if (!running) in next_frame()
|
| H A D | xvideo.cpp | 85 calc_fps = running = false; in video() 107 g_video->running = false; in xerr_handler() 284 running = true; in init_window() 299 running = true; in init_console() 305 running = false; in terminate() 356 if (!running) in next_frame() 360 return running; in next_frame() 374 case DestroyNotify: running = false; in next_frame()
|
| H A D | macvideo.cpp | 69 running = true; in init_window() 74 running = true; in init_console() 89 running = false; in terminate() 129 return running; in next_frame()
|
| H A D | d2dvideo.cpp | 92 if (g_video->running && g_video->updating) { in InternalWndProc() 154 running = true; in init_window() 166 running = false; in terminate()
|
| H A D | gdivideo.cpp | 121 running = true; in init_window() 131 running = false; in terminate()
|
| H A D | video.hpp | 80 bool running; member in video
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | pover_video.cpp | 55 return gVideo->running; in g_next_frame() 61 return gVideo->running; in g_last_frame()
|
| H A D | rpolygon.hpp | 105 if (gVideo->running) { in drawPoly()
|
| /oneTBB/doc/index/ |
| H A D | index_intro.rst | 4 It is a flexible performance library that let you break computation into parallel running tasks.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Task-Based_Programming.rst | 34 when there is exactly one running logical thread per physical thread. 36 Undersubscription* occurs when there are not enough running logical 38 when there are more running logical threads than physical threads.
|
| H A D | work_isolation.rst | 64 not interfere with other simultaneously running tasks. 104 called it. Other threads running in the same task arena have no
|
| H A D | Throughput_of_pipeline.rst | 10 running in parallel. Selecting the right value of ``N`` may involve some
|
| H A D | use_concurrency_limits.rst | 71 three concurrent invocations. When the ``function_node`` is running three
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | fractal_video.hpp | 42 case esc_key: running = false; break; in on_key()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | GUI_Thread.rst | 25 computations running. For example, the user might want to press a 26 "cancel" button to stop the long running computation. If the GUI 27 thread takes part in the long running computation, it will not be
|
| H A D | Non-Preemptive_Priorities.rst | 88 Class ``WorkItem`` provides a uniform interface for running functors of unknown type:
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 40 …lt, set the `TBB_NUM_THREADS` environment variable to the desired number of threads before running. 42 …he `TBB_GRAINSIZE` environment variable to the desired grain size before running. The grain size c…
|
| /oneTBB/doc/GSG/ |
| H A D | intro.rst | 9 oneTBB enables you to simplify parallel programming by breaking computation into parallel running t…
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | seismic_video.cpp | 43 running = false; in on_key()
|