MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / wait

Method wait

Source/astcenc_internal_entry.h:300–304  ·  view source on GitHub ↗

* @brief Wait for stage processing to complete. */

Source from the content-addressed store, hash-verified

298 * @brief Wait for stage processing to complete.
299 */
300 void wait()
301 {
302 std::unique_lock<std::mutex> lck(m_lock);
303 m_complete.wait(lck, [this]{ return m_is_cancelled || m_done_count == m_task_count; });
304 }
305
306 /**
307 * @brief Trigger the pipeline stage term step.

Callers 1

astcenc_compress_imageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected