pthread_create   3439 ffmpeg.c               if ((ret = pthread_create(&f->thread, NULL, input_thread, f))) {
pthread_create    212 libavcodec/frame_thread_encoder.c         if(pthread_create(&c->worker[i], NULL, worker, thread_avctx)) {
pthread_create    367 libavcodec/libstagefright.cpp         pthread_create(&s->decode_thread_id, NULL, &decode_thread, avctx);
pthread_create    700 libavcodec/pthread_frame.c         err = AVERROR(pthread_create(&p->thread, NULL, frame_worker_thread, p));
pthread_create    232 libavcodec/pthread_slice.c         if(pthread_create(&c->workers[i], NULL, worker, avctx)) {
pthread_create    397 libavdevice/iec61883.c     pthread_create(&dv->receive_task_thread, NULL, iec61883_receive_task, dv);
pthread_create    187 libavfilter/pthread.c         ret = pthread_create(&c->workers[i], NULL, worker, c);
pthread_create    807 libavformat/udp.c         ret = pthread_create(&s->circular_buffer_thread, NULL, circular_buffer_task, h);