Home
last modified time | relevance | path

Searched refs:rt_sleep (Results 1 – 9 of 9) sorted by relevance

/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpover_video.cpp33 void rt_sleep(int msec) { in rt_sleep() function
44 void rt_sleep(int msec) { in rt_sleep() function
131 rt_sleep(2000); in on_process()
142 rt_sleep(2000); in on_process()
153 rt_sleep(2000); in on_process()
164 rt_sleep(2000); in on_process()
175 rt_sleep(2000); in on_process()
178 rt_sleep(8000); in on_process()
H A Dpover_video.hpp63 extern void rt_sleep(int msec);
H A Drpolygon.hpp189 rt_sleep(1); // slow down the process so we can see it. in PolygonsOverlap()
H A Dpolymain.cpp57 rt_sleep(10000); in main()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp115 rt_sleep(1); in rt_finalize()
120 rt_sleep(10000); in rt_finalize()
H A Dutil.cpp64 void rt_sleep(int msec) { in rt_sleep() function
73 void rt_sleep(int msec) { in rt_sleep() function
H A Dutil.hpp79 void rt_sleep(int);
H A Dmain.cpp157 rt_sleep(100); in example_main()
/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp33 void rt_sleep(int msec) { in rt_sleep() function
44 void rt_sleep(int msec) { in rt_sleep() function
250 rt_sleep((int)ms); in operator ()()