pthread_mutex_t 29 compat/atomics/pthread/stdatomic.c static pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t 104 compat/os2threads.h static av_always_inline int pthread_mutex_init(pthread_mutex_t *mutex, pthread_mutex_t 112 compat/os2threads.h static av_always_inline int pthread_mutex_destroy(pthread_mutex_t *mutex) pthread_mutex_t 119 compat/os2threads.h static av_always_inline int pthread_mutex_lock(pthread_mutex_t *mutex) pthread_mutex_t 126 compat/os2threads.h static av_always_inline int pthread_mutex_unlock(pthread_mutex_t *mutex) pthread_mutex_t 171 compat/os2threads.h pthread_mutex_t *mutex, pthread_mutex_t 193 compat/os2threads.h pthread_mutex_t *mutex) pthread_mutex_t 106 compat/w32pthreads.h static inline int pthread_mutex_init(pthread_mutex_t *m, void* attr) pthread_mutex_t 111 compat/w32pthreads.h static inline int pthread_mutex_destroy(pthread_mutex_t *m) pthread_mutex_t 116 compat/w32pthreads.h static inline int pthread_mutex_lock(pthread_mutex_t *m) pthread_mutex_t 121 compat/w32pthreads.h static inline int pthread_mutex_unlock(pthread_mutex_t *m) pthread_mutex_t 158 compat/w32pthreads.h static inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) pthread_mutex_t 164 compat/w32pthreads.h static inline int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, pthread_mutex_t 288 fftools/ffprobe.c pthread_mutex_t log_mutex; pthread_mutex_t 37 libavcodec/ffjni.c static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t 46 libavcodec/frame_thread_encoder.c pthread_mutex_t buffer_mutex; pthread_mutex_t 49 libavcodec/frame_thread_encoder.c pthread_mutex_t task_fifo_mutex; pthread_mutex_t 53 libavcodec/frame_thread_encoder.c pthread_mutex_t finished_task_mutex; pthread_mutex_t 38 libavcodec/jni.c pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t 211 libavcodec/omx.c pthread_mutex_t input_mutex; pthread_mutex_t 213 libavcodec/omx.c pthread_mutex_t output_mutex; pthread_mutex_t 216 libavcodec/omx.c pthread_mutex_t state_mutex; pthread_mutex_t 232 libavcodec/omx.c static void append_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, pthread_mutex_t 242 libavcodec/omx.c static OMX_BUFFERHEADERTYPE *get_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, pthread_mutex_t 79 libavcodec/pthread_frame.c pthread_mutex_t mutex; ///< Mutex used to protect the contents of the PerThreadContext. pthread_mutex_t 80 libavcodec/pthread_frame.c pthread_mutex_t progress_mutex; ///< Mutex used to protect frame progress values and progress_cond. pthread_mutex_t 121 libavcodec/pthread_frame.c pthread_mutex_t buffer_mutex; ///< Mutex used to protect get/release_buffer(). pthread_mutex_t 126 libavcodec/pthread_frame.c pthread_mutex_t hwaccel_mutex; pthread_mutex_t 127 libavcodec/pthread_frame.c pthread_mutex_t async_mutex; pthread_mutex_t 56 libavcodec/pthread_slice.c pthread_mutex_t *progress_mutex; pthread_mutex_t 217 libavcodec/pthread_slice.c p->progress_mutex = av_malloc_array(p->thread_count, sizeof(pthread_mutex_t)); pthread_mutex_t 201 libavcodec/videotoolboxenc.c pthread_mutex_t lock; pthread_mutex_t 126 libavcodec/vp8.h pthread_mutex_t lock; pthread_mutex_t 104 libavcodec/vp9dec.h pthread_mutex_t progress_mutex; pthread_mutex_t 82 libavdevice/decklink_common.h pthread_mutex_t mutex; pthread_mutex_t 140 libavdevice/decklink_common.h pthread_mutex_t mutex; pthread_mutex_t 93 libavdevice/iec61883.c pthread_mutex_t mutex; pthread_mutex_t 35 libavfilter/glslang.cpp static pthread_mutex_t glslang_mutex = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t 48 libavfilter/vf_libvmaf.c pthread_mutex_t lock; pthread_mutex_t 76 libavformat/async.c pthread_mutex_t mutex; pthread_mutex_t 75 libavformat/fifo.c pthread_mutex_t overflow_flag_lock; pthread_mutex_t 53 libavformat/tls_openssl.c pthread_mutex_t *openssl_mutexes; pthread_mutex_t 85 libavformat/tls_openssl.c openssl_mutexes = av_malloc_array(sizeof(pthread_mutex_t), CRYPTO_num_locks()); pthread_mutex_t 108 libavformat/udp.c pthread_mutex_t mutex; pthread_mutex_t 71 libavutil/hwcontext_qsv.c pthread_mutex_t session_lock; pthread_mutex_t 29 libavutil/slicethread.c pthread_mutex_t mutex; pthread_mutex_t 43 libavutil/slicethread.c pthread_mutex_t done_mutex; pthread_mutex_t 61 libavutil/thread.h static inline int strict_pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *attr) pthread_mutex_t 75 libavutil/thread.h static inline int strict_pthread_mutex_destroy(pthread_mutex_t *mutex) pthread_mutex_t 80 libavutil/thread.h static inline int strict_pthread_mutex_lock(pthread_mutex_t *mutex) pthread_mutex_t 85 libavutil/thread.h static inline int strict_pthread_mutex_unlock(pthread_mutex_t *mutex) pthread_mutex_t 110 libavutil/thread.h static inline int strict_pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) pthread_mutex_t 115 libavutil/thread.h static inline int strict_pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, pthread_mutex_t 149 libavutil/thread.h #define AVMutex pthread_mutex_t pthread_mutex_t 28 libavutil/threadmessage.c pthread_mutex_t lock;