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

Method ParallelManager

Source/astcenc_internal_entry.h:138–141  ·  view source on GitHub ↗

@brief Create a new ParallelManager. */

Source from the content-addressed store, hash-verified

136public:
137 /** @brief Create a new ParallelManager. */
138 ParallelManager()
139 {
140 reset();
141 }
142
143 /**
144 * @brief Reset the tracker for a new processing batch.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected