pthread_create   4065 fftools/ffmpeg.c     if ((ret = pthread_create(&f->thread, NULL, input_thread, f))) {
pthread_create    228 libavcodec/frame_thread_encoder.c         if(pthread_create(&c->worker[i], NULL, worker, thread_avctx)) {
pthread_create    862 libavcodec/pthread_frame.c         err = AVERROR(pthread_create(&p->thread, NULL, frame_worker_thread, p));
pthread_create    408 libavdevice/iec61883.c     if (pthread_create(&dv->receive_task_thread, NULL, iec61883_receive_task, dv))
pthread_create    286 libavfilter/vf_libvmaf.c     th = pthread_create(&s->vmaf_thread, NULL, call_vmaf, (void *) s);
pthread_create    281 libavformat/async.c     ret = pthread_create(&c->async_buffer_thread, NULL, async_buffer_task, h);
pthread_create    522 libavformat/fifo.c     ret = pthread_create(&fifo->writer_thread, NULL, fifo_consumer_thread, avf);
pthread_create    908 libavformat/udp.c         ret = pthread_create(&s->circular_buffer_thread, NULL, is_output?circular_buffer_task_tx:circular_buffer_task_rx, h);
pthread_create    147 libavutil/slicethread.c         if (ret = pthread_create(&w->thread, NULL, thread_worker, w)) {
pthread_create     46 libavutil/tests/cpu_init.c     if ((ret = pthread_create(&thread1, NULL, thread_main, &cpu_flags1))) {
pthread_create     50 libavutil/tests/cpu_init.c     if ((ret = pthread_create(&thread2, NULL, thread_main, &cpu_flags2))) {
pthread_create    222 tests/api/api-threadmessage-test.c         ret = pthread_create(&td->tid, NULL, type##_thread, td);                \