HomeSort by relevance Sort by last modified time
    Searched refs:g_init (Results 1 - 4 of 4) sorted by null

  /device/samsung/tuna/liblight/
lights.c 29 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
194 pthread_once(&g_init, init_g_lock);
  /device/samsung/crespo/liblight/
lights.c 28 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
  /device/moto/stingray/liblights/
lights.c 45 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
254 pthread_once(&g_init, init_globals);
  /hardware/msm7k/liblights/
lights.c 37 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable
390 pthread_once(&g_init, init_globals);

Completed in 111 milliseconds