Home
last modified time | relevance | path

Searched refs:thread_loop (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_thread.c29 static THREADFN thread_loop(void *ptr) { // thread loop in thread_loop() function
96 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker); in vp9_worker_reset()