worker_func 159 libavcodec/pthread_slice.c if (!c || (thread_count = avpriv_slicethread_create(&c->thread, avctx, worker_func, mainfunc, thread_count)) <= 1) { worker_func 78 libavfilter/pthread.c nb_threads = avpriv_slicethread_create(&c->thread, c, worker_func, NULL, nb_threads); worker_func 49 libavutil/slicethread.c void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads); worker_func 61 libavutil/slicethread.c ctx->worker_func(ctx->priv, current_job, first_job, nb_jobs, nb_active_threads); worker_func 95 libavutil/slicethread.c void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), worker_func 125 libavutil/slicethread.c ctx->worker_func = worker_func; worker_func 237 libavutil/slicethread.c void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), worker_func 34 libavutil/slicethread.h void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads),