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