Searched refs:current_job (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.c60 int current_job; member in struct:ThreadContext
74 self_id = c->current_job++;
77 if (c->current_job == nb_threads + c->nb_jobs)
95 our_job = c->current_job++;
119 while (c->current_job != c->nb_threads + c->nb_jobs)
135 c->current_job = c->nb_threads;
177 c->current_job = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_slice.c61 int current_job; member in struct:SliceThreadContext
81 self_id = c->current_job++;
84 if (c->current_job == thread_count + c->job_count)
103 our_job = c->current_job++;
129 while (c->current_job != thread_count + c->job_count)
147 c->current_job = avctx->thread_count;
211 c->current_job = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c78 int current_job; member in struct:ThreadContext
203 self_id = c->current_job++;
206 if (c->current_job == thread_count + c->job_count)
223 our_job = c->current_job++;
266 c->current_job = avctx->thread_count;
323 c->current_job = 0;

Completed in 55 milliseconds