MCPcopy Create free account
hub / github.com/ZDoom/Raze / Init

Function Init

libraries/webp/src/utils/thread_utils.c:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261//------------------------------------------------------------------------------
262
263static void Init(WebPWorker* const worker) {
264 memset(worker, 0, sizeof(*worker));
265 worker->status_ = NOT_OK;
266}
267
268static int Sync(WebPWorker* const worker) {
269#ifdef WEBP_USE_THREAD

Callers 7

VulkanInstanceMethod · 0.85
InitMethod · 0.85
FRandomMethod · 0.85
InitMethod · 0.85
SetImageMethod · 0.85
BindMethod · 0.85
BindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected