Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal_entry.h110 std::condition_variable m_complete; variable
220 m_complete.notify_all(); in complete_task_assignment()
230 m_complete.wait(lck, [this]{ return m_done_count == m_task_count; }); in wait()