Searched refs:once_control (Results 1 – 3 of 3) sorted by relevance
122 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable123 static int sEarlyInitState = pthread_once(&once_control, &early_egl_init);
105 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable156 int ok = pthread_once(&once_control, init_routine); in create()
83 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable236 int ok = pthread_once(&once_control, init_routine); in AudioResamplerSinc()