Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 36) sorted by relevance

12

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp137 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 Dtachyon_video.cpp85 } while (recycling && running); in on_process()
92 running = false; in on_key()
H A Dtrace.omp.cpp160 if (!video->running) in parallel_thread()
H A Dtrace.taskq.cpp195 if (!video->running) in parallel_thread()
H A Dtrace.tbb.cpp208 if (video->running) { in operator ()()
/oneTBB/examples/common/gui/
H A Dconvideo.cpp65 running = true; in init_window()
70 running = true; in init_console()
91 running = false; in terminate()
117 return running; in next_frame()
H A Dwinvideo.hpp167 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 Dxvideo.cpp85 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 Dmacvideo.cpp69 running = true; in init_window()
74 running = true; in init_console()
89 running = false; in terminate()
129 return running; in next_frame()
H A Dd2dvideo.cpp92 if (g_video->running && g_video->updating) { in InternalWndProc()
154 running = true; in init_window()
166 running = false; in terminate()
H A Dgdivideo.cpp121 running = true; in init_window()
131 running = false; in terminate()
H A Dvideo.hpp80 bool running; member in video
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpover_video.cpp55 return gVideo->running; in g_next_frame()
61 return gVideo->running; in g_last_frame()
H A Drpolygon.hpp105 if (gVideo->running) { in drawPoly()
/oneTBB/doc/index/
H A Dindex_intro.rst4 It is a flexible performance library that let you break computation into parallel running tasks.
/oneTBB/doc/main/tbb_userguide/
H A DTask-Based_Programming.rst34 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 Dwork_isolation.rst64 not interfere with other simultaneously running tasks.
104 called it. Other threads running in the same task arena have no
H A DThroughput_of_pipeline.rst10 running in parallel. Selecting the right value of ``N`` may involve some
H A Duse_concurrency_limits.rst71 three concurrent invocations. When the ``function_node`` is running three
/oneTBB/examples/task_arena/fractal/
H A Dfractal_video.hpp42 case esc_key: running = false; break; in on_key()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DGUI_Thread.rst25 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 DNon-Preemptive_Priorities.rst88 Class ``WorkItem`` provides a uniform interface for running functors of unknown type:
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md40 …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 Dintro.rst9 oneTBB enables you to simplify parallel programming by breaking computation into parallel running t…
/oneTBB/examples/parallel_for/seismic/
H A Dseismic_video.cpp43 running = false; in on_key()

12