OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_init
(Results
1 - 2
of
2
) 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);
/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 121 milliseconds