Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthread.h154 #define ff_mutex_unlock pthread_mutex_unlock macro
169 static inline int ff_mutex_unlock(AVMutex *mutex){ return 0; } in ff_mutex_unlock() function