Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthread.h155 #define ff_mutex_destroy pthread_mutex_destroy macro
170 static inline int ff_mutex_destroy(AVMutex *mutex){ return 0; } in ff_mutex_destroy() function