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

Function Execute

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

Source from the content-addressed store, hash-verified

314}
315
316static void Execute(WebPWorker* const worker) {
317 if (worker->hook != NULL) {
318 worker->had_error |= !worker->hook(worker->data1, worker->data2);
319 }
320}
321
322static void Launch(WebPWorker* const worker) {
323#ifdef WEBP_USE_THREAD

Callers 1

LaunchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected