Searched defs:ff_thread_once (Results 1 – 1 of 1) sorted by relevance
160 #define ff_thread_once(control, routine) pthread_once(control, routine) macro175 static inline int ff_thread_once(char *control, void (*routine)(void)) in ff_thread_once() function