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

Function ff_mutex_lock

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

Source from the content-addressed store, hash-verified

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; }
191

Callers 15

deinitFunction · 0.85
initFunction · 0.85
ff_gnutls_initFunction · 0.85
ff_gnutls_deinitFunction · 0.85
amf_lock_defaultFunction · 0.85
av_log_default_callbackFunction · 0.85
run_one_taskFunction · 0.85
executor_worker_taskFunction · 0.85
executor_freeFunction · 0.85
av_executor_executeFunction · 0.85
av_buffer_pool_uninitFunction · 0.85
pool_release_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected