Searched refs:once_control (Results 1 – 3 of 3) sorted by relevance
91 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable92 static int sEarlyInitState = pthread_once(&once_control, &early_egl_init);
102 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable153 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()