Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.hpp51 m_done(false) { in Evolution()
66 m_done = true; in Quit()
92 volatile bool m_done; //! a flag used to terminate the thread member in Evolution
H A DEvolution.cpp59 while (!m_done) { in Run()
110 while (!m_done) { in Run()