WebPWorkerSync    350 third_party/libwebp/dec/frame.c     ok &= WebPWorkerSync(worker);
WebPWorkerSync    440 third_party/libwebp/dec/frame.c     ok = WebPWorkerSync(&dec->worker_);
WebPWorkerSync    641 third_party/libwebp/dec/vp8.c     if (!WebPWorkerSync(&dec->worker_)) return 0;
WebPWorkerSync    391 third_party/libwebp/enc/alpha.c       if (!WebPWorkerSync(worker)) return 0;  // error
WebPWorkerSync    401 third_party/libwebp/enc/alpha.c     ok = WebPWorkerSync(worker);  // finish anything left in flight
WebPWorkerSync    475 third_party/libwebp/enc/analysis.c         ok &= WebPWorkerSync(&side_job.worker);
WebPWorkerSync    476 third_party/libwebp/enc/analysis.c         ok &= WebPWorkerSync(&main_job.worker);
WebPWorkerSync    484 third_party/libwebp/enc/analysis.c       ok &= WebPWorkerSync(&main_job.worker);
WebPWorkerSync    206 third_party/libwebp/utils/thread.c     ok = WebPWorkerSync(worker);
WebPWorkerSync     77 third_party/libwebp/utils/thread.h int WebPWorkerSync(WebPWorker* const worker);