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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c57 pthread_cond_t last_job_cond; member in struct:ThreadContext
78 pthread_cond_signal(&c->last_job_cond);
113 pthread_cond_destroy(&c->last_job_cond);
120 pthread_cond_wait(&c->last_job_cond, &c->current_job_lock);
182 pthread_cond_init(&c->last_job_cond, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_slice.c57 pthread_cond_t last_job_cond; member in struct:SliceThreadContext
85 pthread_cond_signal(&c->last_job_cond);
122 pthread_cond_destroy(&c->last_job_cond);
130 pthread_cond_wait(&c->last_job_cond, &c->current_job_lock);
216 pthread_cond_init(&c->last_job_cond, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c75 pthread_cond_t last_job_cond; member in struct:ThreadContext
207 pthread_cond_signal(&c->last_job_cond);
229 pthread_cond_wait(&c->last_job_cond, &c->current_job_lock);
248 pthread_cond_destroy(&c->last_job_cond);
328 pthread_cond_init(&c->last_job_cond, NULL);

Completed in 62 milliseconds