Searched defs:once_control (Results 1 – 10 of 10) sorted by relevance
28 glwthread_once (glwthread_once_t *once_control, void (*initfunction) (void)) in glwthread_once()
706 glthread_once_singlethreaded (pthread_once_t *once_control) in glthread_once_singlethreaded()724 glthread_once_multithreaded (pthread_once_t *once_control, in glthread_once_multithreaded()
41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main() local
32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
89 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
130 static av_unused int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
210 static av_always_inline int pthread_once(pthread_once_t *once_control, in pthread_once()
124 static inline int strict_pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in strict_pthread_once()
136 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
176 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable