Searched defs:once_control (Results 1 – 13 of 13) sorted by relevance
46 # define once(once_control, init_routine) \ argument59 # define once(once_control, init_routine) init_routine() argument
41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main() local
32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()
168 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT; member in GUIDGenerator
85 COLD int dav1d_pthread_once(pthread_once_t *const once_control, in dav1d_pthread_once()
100 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in je_malloc_disable() local
24 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
122 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
20 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
105 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
83 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
1391 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST() local