Searched refs:WebPWorkerThreadLoop (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libwebp/utils/
H A Dthread.c136 static THREADFN WebPWorkerThreadLoop(void *ptr) { // thread loop function
205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);

Completed in 239 milliseconds