Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthread.h160 #define ff_thread_once(control, routine) pthread_once(control, routine) macro
175 static inline int ff_thread_once(char *control, void (*routine)(void)) in ff_thread_once() function