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

Function Sync

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

Source from the content-addressed store, hash-verified

266}
267
268static int Sync(WebPWorker* const worker) {
269#ifdef WEBP_USE_THREAD
270 ChangeState(worker, OK);
271#endif
272 assert(worker->status_ <= OK);
273 return !worker->had_error;
274}
275
276static int Reset(WebPWorker* const worker) {
277 int ok = 1;

Callers 1

ResetFunction · 0.85

Calls 1

ChangeStateFunction · 0.70

Tested by

no test coverage detected