MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_mutex_init

Function ff_mutex_init

libavutil/thread.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185#define AV_MUTEX_INITIALIZER 0
186
187static inline int ff_mutex_init(AVMutex *mutex, const void *attr){ return 0; }
188static inline int ff_mutex_lock(AVMutex *mutex){ return 0; }
189static inline int ff_mutex_unlock(AVMutex *mutex){ return 0; }
190static inline int ff_mutex_destroy(AVMutex *mutex){ return 0; }

Callers 11

amf_device_initFunction · 0.85
av_executor_allocFunction · 0.85
av_buffer_pool_init2Function · 0.85
av_buffer_pool_initFunction · 0.85
ff_executor_allocFunction · 0.85
oh_encode_initFunction · 0.85
alloc_progressFunction · 0.85
ff_vvc_frame_thread_initFunction · 0.85
ff_safe_queue_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected