Home
last modified time | relevance | path

Searched defs:ff_mutex_lock (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dthread.h153 #define ff_mutex_lock pthread_mutex_lock macro
168 static inline int ff_mutex_lock(AVMutex *mutex){ return 0; } in ff_mutex_lock() function