MCPcopy Create free account
hub / github.com/Wassimulator/CactusViewer / Sync

Function Sync

include/webp/utils/thread.c:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static int Sync(WebPWorker* const worker) {
261#ifdef WEBP_USE_THREAD
262 ChangeState(worker, OK);
263#endif
264 assert(worker->status_ <= OK);
265 return !worker->had_error;
266}
267
268static int Reset(WebPWorker* const worker) {
269 int ok = 1;

Callers 1

ResetFunction · 0.70

Calls 1

ChangeStateFunction · 0.70

Tested by

no test coverage detected