Home
last modified time | relevance | path

Searched refs:pausing (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp66 pausing = false; in on_process()
102 pausing = !pausing; in on_key()
103 if (pausing) { in on_key()
117 } while ((timertime(t0, t1) < 10 || video->pausing) && video->next_frame()); in rt_finalize()
H A Dtachyon_video.hpp52 bool pausing; member in tachyon_video