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

Method cancel

Source/astcenc_internal_entry.h:167–170  ·  view source on GitHub ↗

* @brief Clear the tracker and stop new tasks being assigned. * * Note, all in-flight tasks in a worker will still complete normally. */

Source from the content-addressed store, hash-verified

165 * Note, all in-flight tasks in a worker will still complete normally.
166 */
167 void cancel()
168 {
169 m_is_cancelled = true;
170 }
171
172 /**
173 * @brief Trigger the pipeline stage init step.

Callers 1

astcenc_compress_cancelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected