HomeSort by relevance Sort by last modified time
    Searched refs:pv_mutex (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_job_queue.h 55 void *pv_mutex; member in struct:__anon27638
ihevcd_job_queue.c 102 retval = ithread_mutex_lock(ps_jobq->pv_mutex);
132 retval = ithread_mutex_unlock(ps_jobq->pv_mutex);
201 ret = ithread_mutex_destroy(ps_jobq->pv_mutex);
241 ps_jobq->pv_mutex = pu1_buf;
248 ithread_mutex_init(ps_jobq->pv_mutex);
319 retval = ithread_mutex_destroy(ps_jobq->pv_mutex);

Completed in 40 milliseconds