Searched defs:g_init (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liblight/
H A Dlights.c38 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
299 pthread_once(&g_init, init_globals);
/hardware/qcom/display/msm8974/liblight/
H A Dlights.c38 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
299 pthread_once(&g_init, init_globals);
/hardware/qcom/display/msm8x26/liblight/
H A Dlights.c38 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
299 pthread_once(&g_init, init_globals);

Completed in 127 milliseconds