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
85 COLD int dav1d_pthread_once(pthread_once_t *const once_control, in dav1d_pthread_once()
168 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT; member in GUIDGenerator
100 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in je_malloc_disable() local
46 # define once(once_control, init_routine) \ argument59 # define once(once_control, init_routine) init_routine() argument