Searched refs:once_control (Results 1 – 3 of 3) sorted by relevance
83 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable84 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()
84 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable237 int ok = pthread_once(&once_control, init_routine); in AudioResamplerSinc()