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

Function ff_mutex_destroy

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

Source from the content-addressed store, hash-verified

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; }
191
192#define AVCond char
193

Callers 10

amf_device_uninitFunction · 0.85
executor_freeFunction · 0.85
buffer_pool_freeFunction · 0.85
pool_freeFunction · 0.85
executor_freeFunction · 0.85
oh_encode_closeFunction · 0.85
free_progressFunction · 0.85
ff_vvc_frame_thread_freeFunction · 0.85
ff_safe_queue_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected