Home
last modified time | relevance | path

Searched refs:once_control (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl.cpp84 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
85 static int sEarlyInitState = pthread_once(&once_control, &early_egl_init);
/frameworks/av/media/libaudioprocessing/
DAudioResampler.cpp105 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
156 int ok = pthread_once(&once_control, init_routine); in create()
DAudioResamplerSinc.cpp83 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
236 int ok = pthread_once(&once_control, init_routine); in AudioResamplerSinc()