Searched refs:m_finish (Results 1 – 2 of 2) sorted by relevance
80 , m_finish (false) in RenderThread()138 case MESSAGE_FINISH: m_finish = true; break; in processMessage()231 m_finish = false; in run()235 while (!m_finish) in run()288 while (!m_finish) in run()
160 bool m_finish; //!< Has thread received FINISH message? member in tcu::Android::RenderThread