Searched defs:once_control (Results 1 – 6 of 6) sorted by relevance
41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main() local
32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
46 # define once(once_control, init_routine) \ argument59 # define once(once_control, init_routine) init_routine() argument
210 static av_always_inline int pthread_once(pthread_once_t *once_control, in pthread_once()
130 static av_unused int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
128 static inline int strict_pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in strict_pthread_once()